mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 06:30:39 +03:00
Merge branch 'master' into merge-2.067
This commit is contained in:
commit
45ec6a0512
5 changed files with 20 additions and 21 deletions
|
@ -184,7 +184,7 @@ void AsmStatement_toIR(AsmStatement *stmt, IRState * irs)
|
|||
assert(asmblock);
|
||||
|
||||
// debug info
|
||||
gIR->DBuilder.EmitStopPoint(stmt->loc.linnum);
|
||||
gIR->DBuilder.EmitStopPoint(stmt->loc);
|
||||
|
||||
if (!stmt->asmcode)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue