VirtualBox

Changeset 13703 in vbox for trunk/src/VBox/VMM/VMM.cpp


Ignore:
Timestamp:
Oct 31, 2008 12:20:53 AM (16 years ago)
Author:
vboxsync
Message:

VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, lumping it together with VERR_TRPM_DONT_PANIC and VERR_TRPM_PANIC. (just left the space in VINF_EM_ there as it may come in handy later.)

File:
1 edited

Legend:

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

    r13702 r13703  
    19661966        }
    19671967        rc = vmmR3ServiceCallHostRequest(pVM);
    1968         if (VBOX_FAILURE(rc) || rc == VINF_EM_DBG_RING0_ASSERTION)
     1968        if (VBOX_FAILURE(rc))
    19691969            return rc;
    19701970        /* Resume R0 */
     
    22372237            LogRel((pVM->vmm.s.szRing0AssertMsg1));
    22382238            LogRel((pVM->vmm.s.szRing0AssertMsg2));
    2239             return VINF_EM_DBG_RING0_ASSERTION;
     2239            return VERR_VMM_RING0_ASSERTION;
    22402240
    22412241        default:
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