From: Michael Beck Date: Thu, 11 Sep 2008 23:20:54 +0000 (+0000) Subject: - reset the default stack alignment to 2^2 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2d5364001b26694643a46c885a3b4089d67e3797;p=libfirm - reset the default stack alignment to 2^2 [r21864] --- diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index f668abccc..ee63efefd 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -1660,7 +1660,7 @@ static ia32_isa_t ia32_isa_template = { &ia32_gp_regs[REG_ESP], /* stack pointer register */ &ia32_gp_regs[REG_EBP], /* base pointer register */ -1, /* stack direction */ - 4, /* power of two stack alignment, 2^4 == 16 */ + 2, /* power of two stack alignment, 2^2 == 4 */ NULL, /* main environment */ 7, /* costs for a spill instruction */ 5, /* costs for a reload instruction */