mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
Apply [1053] to x86-32 asm as well.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user