- mostly implemented access to outer frame variables, however offset, is wrong yet
[libfirm] / ir / be / bemain.c
index c857502..14ab74d 100644 (file)
@@ -348,9 +348,11 @@ static const backend_params be_params = {
        NULL, /* but yet no creator function */
        NULL, /* context for create_intrinsic_fkt */
        NULL, /* no if conversion settings */
+       NULL, /* no float arithmetic mode */
        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 */
 };
 
 /* Perform schedule verification if requested. */