VirtualBox

Changeset 19459 in vbox for trunk


Ignore:
Timestamp:
May 6, 2009 7:46:00 PM (16 years ago)
Author:
vboxsync
Message:

REM: Work the VMCPU::enmState.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r19303 r19459  
    21942194     * We're now in REM mode.
    21952195     */
     2196    VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC_REM);
    21962197    pVM->rem.s.fInREM = true;
    21972198    pVM->rem.s.fInStateSync = false;
     
    24452446     * We're not longer in REM mode.
    24462447     */
     2448    VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED, VMCPUSTATE_STARTED_EXEC_REM);
    24472449    pVM->rem.s.fInREM    = false;
    24482450    pVM->rem.s.pCtx      = NULL;
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