Use helper prop here

This commit is contained in:
YoshiRulz 2023-04-23 17:28:20 +10:00
parent bcdeec369a
commit ac3e76309f
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace BizHawk.Client.EmuHawk
});
}
_pcRegisterSize = Debuggable.GetCpuFlagsAndRegisters()[Disassembler.PCRegisterName].BitSize / 4;
_pcRegisterSize = PCRegister.BitSize / 4;
SetDisassemblerItemCount();
UpdatePC();
UpdateDisassembler();