mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 02:20:04 +02:00
Fixed compilation of functions that does not have return statement but contain inline asm
This commit is contained in:
@@ -93,7 +93,6 @@ FuncDeclaration::FuncDeclaration(Loc loc, Loc endloc, Identifier *id, StorageCla
|
||||
isArrayOp = false;
|
||||
allowInlining = false;
|
||||
availableExternally = true; // assume this unless proven otherwise
|
||||
inlineAsm = true;
|
||||
|
||||
// function types in ldc don't merge if the context parameter differs
|
||||
// so we actually don't care about the function declaration, but only
|
||||
|
||||
Reference in New Issue
Block a user