Changeset 9771 in vbox for trunk/src/recompiler/target-i386
- Timestamp:
- Jun 17, 2008 2:00:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/helper.c
r9212 r9771 4450 4450 void (*gen_func)(void); 4451 4451 uint8_t *tc_ptr; 4452 uint32_told_eip;4452 target_ulong old_eip; 4453 4453 4454 4454 /* ensures env is loaded in ebp! */ … … 4590 4590 if (env->hflags & HF_INHIBIT_IRQ_MASK) 4591 4591 { 4592 Log(("REM: Emulating next instruction due to instruction fusing (HF_INHIBIT_IRQ_MASK) \n"));4592 Log(("REM: Emulating next instruction due to instruction fusing (HF_INHIBIT_IRQ_MASK) at %VGv\n", env->eip)); 4593 4593 env->hflags &= ~HF_INHIBIT_IRQ_MASK; 4594 4594 emulate_single_instr(env);
Note:
See TracChangeset
for help on using the changeset viewer.