mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed step out in disassembly
This commit is contained in:
parent
07fd22f9e0
commit
ace51cb7be
5 changed files with 16 additions and 84 deletions
|
@ -2933,7 +2933,7 @@ void BeIRCodeGen::HandleNextCmd()
|
|||
CMD_PARAM(int, lineNo);
|
||||
CMD_PARAM(BeMDNode*, type);
|
||||
CMD_PARAM(int, initType);
|
||||
|
||||
|
||||
auto dbgVar = mBeModule->mOwnedValues.Alloc<BeDbgVariable>();
|
||||
dbgVar->mName = name;
|
||||
dbgVar->mType = (BeDbgType*)type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue