Debugger: Fixed missing information in op code tooltips
This commit is contained in:
parent
5fbc765080
commit
a39ea39563
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace Mesen.GUI.Debugger
|
|||
}
|
||||
|
||||
if(ConfigManager.Config.DebugInfo.ShowOpCodeTooltips && frmOpCodeTooltip.IsOpCode(word)) {
|
||||
ShowTooltip(word, null, -1, new AddressTypeInfo() { Address = address, Type = AddressType.Register });
|
||||
ShowTooltip(word, null, address, new AddressTypeInfo() { Address = address, Type = AddressType.Register });
|
||||
closeExistingPopup = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue