mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fixed single-address ShowCodeAddr
This commit is contained in:
parent
c735bd2192
commit
d967d50652
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ namespace IDE
|
|||
|
||||
int64 addr = int64.Parse(cmds[1], System.Globalization.NumberStyles.HexNumber).GetValueOrDefault();
|
||||
int64 inlineCallAddr = 0;
|
||||
if (cmds.Count >= 2)
|
||||
if (cmds.Count > 2)
|
||||
inlineCallAddr = int64.Parse(cmds[2], System.Globalization.NumberStyles.HexNumber).GetValueOrDefault();
|
||||
|
||||
String fileName = scope String();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue