mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 11:53:13 +01:00
Merge
This commit is contained in:
@@ -2020,11 +2020,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