mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 17:55:45 -04:00
PGXP: Combine instr and rtVal parameters for CPU_LUI
This commit is contained in:
@ -939,7 +939,7 @@ restart_instruction:
|
||||
WriteReg(inst.i.rt, value);
|
||||
|
||||
if constexpr (pgxp_mode >= PGXPMode::CPU)
|
||||
PGXP::CPU_LUI(inst.bits, value);
|
||||
PGXP::CPU_LUI(inst.bits);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user