Apply [1053] to x86-32 asm as well.

This commit is contained in:
Frits van Bommel
2009-03-08 02:07:53 +01:00
parent 941ccdfdc3
commit 59f677c7ae

View File

@@ -2018,11 +2018,8 @@ namespace AsmParserx8632
( 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. */