| 554 | } |
| 555 | |
| 556 | void intEventTest() |
| 557 | { |
| 558 | // Perform counters, ints, and IOP updates: |
| 559 | _cpuEventTest_Shared(); |
| 560 | |
| 561 | if (intExitExecution) |
| 562 | { |
| 563 | intExitExecution = false; |
| 564 | if (CHECK_EEREC) |
| 565 | writebackCache(); |
| 566 | fastjmp_jmp(&intJmpBuf, 1); |
| 567 | } |
| 568 | } |
| 569 | |
| 570 | static void intSafeExitExecution() |
| 571 | { |