update parallel rsp

This commit is contained in:
Logan McNaughton
2023-08-09 19:54:07 -06:00
parent 5a8a72036a
commit ed433f95a5
4 changed files with 1 additions and 10 deletions
-1
View File
@@ -85,7 +85,6 @@ extern "C"
// Run CPU until we either break or we need to fire an IRQ.
RSP::cpu.get_state().pc = *RSP::rsp.SP_PC_REG & 0xfff;
RSP::cpu.get_state().instruction_count = 0;
RSP::cpu.get_state().did_mfc0 = 0;
#ifdef INTENSE_DEBUG
fprintf(stderr, "RUN TASK: %u\n", RSP::cpu.get_state().pc);