mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed reusing of inlined debug locations
This commit is contained in:
parent
f96b1a5d7a
commit
706153348a
3 changed files with 36 additions and 0 deletions
|
@ -2270,6 +2270,11 @@ void BeIRCodeGen::HandleNextCmd()
|
|||
mSavedDebugLocs.pop_back();
|
||||
}
|
||||
break;
|
||||
case BfIRCmd_DupDebugLocation:
|
||||
{
|
||||
mBeModule->DupCurrentDebugLocation();
|
||||
}
|
||||
break;
|
||||
case BfIRCmd_ClearDebugLocation:
|
||||
{
|
||||
mBeModule->SetCurrentDebugLocation(NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue