VirtualBox

Ignore:
Timestamp:
Jun 24, 2009 2:08:38 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49019
Message:

VMMGCCallHost -> VMMRZCallRing3[NoCpu].

File:
1 edited

Legend:

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

    r19300 r20873  
    9696     */
    9797    vmSetErrorCopy(pVM, rc, RT_SRC_POS_ARGS, pszFormat, args);
    98 
    99 # ifdef IN_RC
    100     VMMGCCallHost(pVM, VMMCALLHOST_VM_SET_ERROR, 0);
    101 # elif defined(IN_RING0)
    102     VMMR0CallHost(pVM, VMMCALLHOST_VM_SET_ERROR, 0);
    103 # else
    104 # endif
     98    VMMRZCallRing3NoCpu(pVM, VMMCALLHOST_VM_SET_ERROR, 0);
    10599#endif
    106100    return rc;
     
    287281    vmSetRuntimeErrorCopy(pVM, fFlags, pszErrorId, pszFormat, va);
    288282
    289 # ifdef IN_RC
    290     int rc = VMMGCCallHost(pVM, VMMCALLHOST_VM_SET_RUNTIME_ERROR, 0);
    291 # else
    292     int rc = VMMR0CallHost(pVM, VMMCALLHOST_VM_SET_RUNTIME_ERROR, 0);
    293 # endif
     283    int rc = VMMRZCallRing3NoCpu(pVM, VMMCALLHOST_VM_SET_RUNTIME_ERROR, 0);
    294284#endif
    295285
Note: See TracChangeset for help on using the changeset viewer.

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