mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-27 15:50:19 +02:00
Updated to dmdfe 2.054
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ Statement *AsmStatement::semantic(Scope *sc)
|
||||
|
||||
//puts(toChars());
|
||||
|
||||
sc->func->inlineAsm = 1;
|
||||
sc->func->inlineAsm = true;
|
||||
sc->func->inlineStatus = ILSno; // %% not sure
|
||||
// %% need to set DECL_UNINLINABLE too?
|
||||
sc->func->hasReturnExp = 1; // %% DMD does this, apparently...
|
||||
|
||||
Reference in New Issue
Block a user