- Timestamp:
- Apr 11, 2013 6:24:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/op_helper.c
r45485 r45494 2561 2561 (RTGCPTR)env->eip, (RTSEL)env->tr.selector, (RTGCPTR)env->tr.base, (RTGCPTR)env->tr.limit, 2562 2562 env->tr.flags, (RTSEL)(selector & 0xffff))); 2563 # if 0 /** @todo r=bird: This looks very fishy, need good reason to re-enable it. */2564 ASMAtomicOrS32((int32_t volatile *)&env->interrupt_request,2565 CPU_INTERRUPT_EXTERNAL_EXIT);2566 # endif2567 2563 #endif 2568 2564 selector &= 0xffff;
Note:
See TracChangeset
for help on using the changeset viewer.