eret should update the cop0 status

This commit is contained in:
SimoneN64
2023-11-17 19:21:13 +01:00
parent 8fb79fefd5
commit 535c4655a4

View File

@@ -27,6 +27,7 @@ void Cop0::eret(Registers& regs) {
regs.SetPC64(EPC);
status.exl = false;
}
regs.cop0.Update();
llbit = false;
}