mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-24 20:59:03 +02:00
Fix ldc1 regressions
This commit is contained in:
@@ -162,6 +162,9 @@ Statement *AsmStatement::semantic(Scope *sc)
|
||||
|
||||
//puts(toChars());
|
||||
|
||||
#if DMDV1
|
||||
sc->func->inlineAsm = true;
|
||||
#endif
|
||||
sc->func->hasReturnExp |= 8;
|
||||
sc->func->inlineStatus = ILSno; // %% not sure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user