mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-22 20:11:50 +01:00
[svn r248] Fixed: labels in inline asm block now work for the normal case.
Fixed: inline asm blocks are now emitted as a single asm entity.
This commit is contained in:
@@ -3186,7 +3186,7 @@ Statement *Parser::parseStatement(int flags)
|
||||
}
|
||||
break;
|
||||
}
|
||||
s = new CompoundStatement(loc, statements);
|
||||
s = new AsmBlockStatement(loc, statements);
|
||||
nextToken();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user