VirtualBox

Changeset 9771 in vbox for trunk/src/recompiler/target-i386


Ignore:
Timestamp:
Jun 17, 2008 2:00:54 PM (16 years ago)
Author:
vboxsync
Message:

Minor fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/helper.c

    r9212 r9771  
    44504450    void (*gen_func)(void);
    44514451    uint8_t *tc_ptr;
    4452     uint32_t old_eip;
     4452    target_ulong old_eip;
    44534453
    44544454    /* ensures env is loaded in ebp! */
     
    45904590    if (env->hflags & HF_INHIBIT_IRQ_MASK)
    45914591    {
    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));
    45934593        env->hflags &= ~HF_INHIBIT_IRQ_MASK;
    45944594        emulate_single_instr(env);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette