mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
R3000A: Fix DUMP_BLOCKS option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user