*** empty log message ***
authorDaniel Grund <grund@cs.uni-saarland.de>
Wed, 22 Mar 2006 16:41:47 +0000 (16:41 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Wed, 22 Mar 2006 16:41:47 +0000 (16:41 +0000)
ir/be/firm/bearch_firm.c

index 3656585..ce7838a 100644 (file)
@@ -236,7 +236,7 @@ static void firm_get_call_abi(const void *self, ir_type *method_type, be_abi_cal
                if(is_Primitive_type(t))
                        be_abi_call_param_reg(abi, i, &cls->regs[i]);
                else
-                       be_abi_call_param_stack(abi, i);
+                       be_abi_call_param_stack(abi, i, 1);
        }
 
        for(i = 0, n = get_method_n_ress(method_type); i < n; ++i) {