# HG changeset patch # User Frits van Bommel # Date 1236474473 -3600 # Node ID 5066ba0c978348cb36d48c0707e32c77733d2fc2 # Parent a3d7288c4473c36113fcf872237b511f07fb478c Apply [1053] to x86-32 asm as well. diff -r a3d7288c4473 -r 5066ba0c9783 gen/asm-x86-32.h --- a/gen/asm-x86-32.h Sun Mar 08 01:26:30 2009 +0100 +++ b/gen/asm-x86-32.h Sun Mar 08 02:07:53 2009 +0100 @@ -2018,11 +2018,8 @@ ( operand->baseReg == Reg_ESP && sc->func->naked ) ) ) { - if ( mode == Mode_Output ) - { - e = new AddrExp ( 0, e ); - e->type = decl->type->pointerTo(); - } + e = new AddrExp ( 0, e ); + e->type = decl->type->pointerTo(); #if !IN_LLVM /* DMD uses the same frame offsets for naked functions. */