VirtualBox

Changeset 14662 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 26, 2008 9:04:34 PM (16 years ago)
Author:
vboxsync
Message:

VMM: Always set rcCallHost.

File:
1 edited

Legend:

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

    r14607 r14662  
    13821382        {
    13831383            REMR3ReplayHandlerNotifications(pVM);
     1384            pVM->vmm.s.rcCallHost = VINF_SUCCESS;
    13841385            break;
    13851386        }
     
    13901391         */
    13911392        case VMMCALLHOST_VMM_LOGGER_FLUSH:
     1393            pVM->vmm.s.rcCallHost = VINF_SUCCESS;
    13921394            break;
    13931395
     
    13971399        case VMMCALLHOST_VM_SET_ERROR:
    13981400            VMR3SetErrorWorker(pVM);
     1401            pVM->vmm.s.rcCallHost = VINF_SUCCESS;
    13991402            break;
    14001403
     
    14041407        case VMMCALLHOST_VM_SET_RUNTIME_ERROR:
    14051408            VMR3SetRuntimeErrorWorker(pVM);
     1409            pVM->vmm.s.rcCallHost = VINF_SUCCESS;
    14061410            break;
    14071411
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