Skip to content

Commit

Permalink
update PSEMU/CPU.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 8, 2023
1 parent 27d2f64 commit af5f12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSEMU/CPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void op_swr(uint32_t instruction);

/* Select exception address. */
registers.pc = exception_addr[cop0.sr.BEV];
registers.next_pc = registerspc + 4;
registers.next_pc = registers.pc + 4;
}
}
};
Expand Down

0 comments on commit af5f12b

Please sign in to comment.