VirtualBox

Changeset 13796 in vbox for trunk/src/VBox/VMM/VMEmt.cpp


Ignore:
Timestamp:
Nov 4, 2008 6:37:33 PM (16 years ago)
Author:
vboxsync
Message:

VMM: some adjustments.

File:
1 edited

Legend:

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

    r13791 r13796  
    5757    PUVM    pUVM    = pUVMCPU->pUVM;
    5858    RTCPUID idCPU   = pUVMCPU->idCPU;
    59     int     rc = VINF_SUCCESS;
     59    int     rc;
    6060
    6161    AssertReleaseMsg(VALID_PTR(pUVM) && pUVM->u32Magic == UVM_MAGIC,
     
    6363
    6464    rc = RTTlsSet(pUVM->vm.s.idxTLS, pUVMCPU);
    65     AssertReleaseMsgReturn(RT_SUCCESS(rc), ("RTTlsSet %x failed with %Rrc\n", pUVM->vm.s.idxTLS, rc), rc);
     65    AssertReleaseMsgRCReturn(rc, ("RTTlsSet %x failed with %Rrc\n", pUVM->vm.s.idxTLS, rc), rc);
    6666
    6767    /*
    6868     * The request loop.
    6969     */
     70    rc = VINF_SUCCESS;
    7071    volatile VMSTATE enmBefore = VMSTATE_CREATING; /* volatile because of setjmp */
    7172    Log(("vmR3EmulationThread: Emulation thread starting the days work... Thread=%#x pUVM=%p\n", ThreadSelf, pUVM));
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