mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 23:20:40 +03:00
Merge branch 'ltsmaster'
This commit is contained in:
commit
dcb781004b
14 changed files with 80 additions and 22 deletions
|
@ -114,7 +114,10 @@ Statement *asmSemantic(AsmStatement *s, Scope *sc) {
|
|||
err = true;
|
||||
}
|
||||
if (err) {
|
||||
fatal();
|
||||
if (!global.gag) {
|
||||
fatal();
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
// puts(toChars());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue