PGXP: Combine instr and rtVal parameters for CPU_LUI

This commit is contained in:
Connor McLaughlin
2021-02-18 00:47:38 +10:00
parent bc021ddfd9
commit 1b881fc60b
4 changed files with 7 additions and 12 deletions

View File

@ -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;