- typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 2 Jan 2009 17:45:38 +0000 (17:45 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 2 Jan 2009 17:45:38 +0000 (17:45 +0000)
[r25064]

ast2firm.c

index 27c8220..b679fc8 100644 (file)
@@ -3235,7 +3235,7 @@ static ir_node *va_start_expression_to_firm(
        ir_node   *const c2          = new_d_Add(dbgi, cnst, c1, mode);
        ir_node   *const c3          = new_Const_long(mode, -(long)stack_param_align);
        ir_node   *const c4          = new_d_And(dbgi, c2, c3, mode);
-       ir_node   *const add         = new_d_Add(dbgi, arg_sel, c2, mode_P_data);
+       ir_node   *const add         = new_d_Add(dbgi, arg_sel, c4, mode_P_data);
        set_value_for_expression(expr->ap, add);
 
        return NULL;