mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
Note to self
This commit is contained in:
parent
d688850c79
commit
f316c856f2
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ static bool CheckExceptionsThunk(DSPCore& dsp)
|
|||
void DSPEmitter::checkExceptions(u16 retval)
|
||||
{
|
||||
// Check for interrupts and exceptions
|
||||
// TODO: Maybe we can use CL/CH registers to merge together these checks (with a 16-bit test
|
||||
// afterwards)?
|
||||
TEST(8, M_SDSP_exceptions(), Imm8(0xff));
|
||||
FixupBranch skipCheck = J_CC(CC_NZ, Jump::Near);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue