Revision 9d05095e cpu-exec.c
b/cpu-exec.c | ||
---|---|---|
561 | 561 |
#elif defined(TARGET_SH4) |
562 | 562 |
/* XXXXX */ |
563 | 563 |
#endif |
564 |
/* Don't use the cached interupt_request value, |
|
565 |
do_interrupt may have updated the EXITTB flag. */ |
|
564 | 566 |
if (env->interrupt_request & CPU_INTERRUPT_EXITTB) { |
565 | 567 |
env->interrupt_request &= ~CPU_INTERRUPT_EXITTB; |
566 | 568 |
/* ensure that no TB jump will be modified as |
Also available in: Unified diff