Revision 21b20814 cpu-exec.c
b/cpu-exec.c | ||
---|---|---|
420 | 420 |
#if defined(TARGET_I386) |
421 | 421 |
&& env->hflags & HF_GIF_MASK |
422 | 422 |
#endif |
423 |
&& !(env->singlestep_enabled & SSTEP_NOIRQ)) {
|
|
423 |
&& likely(!(env->singlestep_enabled & SSTEP_NOIRQ))) {
|
|
424 | 424 |
if (interrupt_request & CPU_INTERRUPT_DEBUG) { |
425 | 425 |
env->interrupt_request &= ~CPU_INTERRUPT_DEBUG; |
426 | 426 |
env->exception_index = EXCP_DEBUG; |
Also available in: Unified diff