mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
R3000A: Fix DUMP_BLOCKS option
This commit is contained in:
parent
36be1a8f7d
commit
6c3ea29157
@ -125,9 +125,9 @@ static ZyanStatus ZydisFormatterPrintAddressAbsolute(const ZydisFormatter* forma
|
||||
{
|
||||
len = snprintf(buf, sizeof(buf), "psxRegs.cycle");
|
||||
}
|
||||
else if (address == A(&g_nextEventCycle))
|
||||
else if (address == A(&psxRegs.iopNextEventCycle))
|
||||
{
|
||||
len = snprintf(buf, sizeof(buf), "g_nextEventCycle");
|
||||
len = snprintf(buf, sizeof(buf), "psxRegs.iopNextEventCycle");
|
||||
}
|
||||
|
||||
#undef A
|
||||
|
||||
Loading…
Reference in New Issue
Block a user