- add support for statistics and merge debug info
[libfirm] / ir / be / ppc32 / bearch_ppc32.c
index 0bd4af4..2b42d0a 100644 (file)
@@ -824,9 +824,11 @@ static const backend_params *ppc32_get_libfirm_params(void) {
                NULL,  /* but yet no creator function */
                NULL,  /* context for create_intrinsic_fkt */
                NULL,  /* no if conversion settings */
+               NULL,  /* no float arithmetic mode (TODO) */
                0,     /* no trampoline support: size 0 */
                0,     /* no trampoline support: align 0 */
-               NULL   /* no trampoline support: no trampoline builder */
+               NULL,  /* no trampoline support: no trampoline builder */
+               4      /* alignment of stack parameter */
        };
 
        return &p;