VirtualBox

Changeset 2882 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 25, 2007 4:14:10 PM (18 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r2881 r2882  
    13221322         */
    13231323        if (rc == VINF_EM_RESCHEDULE_REM)
    1324             break;  /* emulate this instruction only */
     1324        {
     1325            /* emulate this instruction only */
     1326            goto emulate_instr;
     1327        }
    13251328
    13261329        if (    rc == VINF_SUCCESS
     
    13461349        AssertMsg(rc == VINF_EM_RESCHEDULE_REM, ("rc=%Vrc\n", rc));
    13471350    }
    1348 
     1351emulate_instr:
    13491352    STAM_PROFILE_STOP(&pVM->em.s.StatIOEmu, a);
    13501353    return emR3RawExecuteInstruction(pVM, "IO: ");
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