VirtualBox

Changeset 68783 in vbox


Ignore:
Timestamp:
Sep 18, 2017 10:45:19 AM (7 years ago)
Author:
vboxsync
Message:

VMM/PGM/PGMAllBth.h: Fixed switched parameter in assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r66651 r68783  
    11831183# else  /* Nested paging, EPT except PGM_GST_TYPE = PROT   */
    11841184    NOREF(uErr); NOREF(pRegFrame); NOREF(pvFault);
    1185     AssertReleaseMsgFailed(("Shw=%d Gst=%d is not implemented!\n", PGM_GST_TYPE, PGM_SHW_TYPE));
     1185    AssertReleaseMsgFailed(("Shw=%d Gst=%d is not implemented!\n", PGM_SHW_TYPE, PGM_GST_TYPE));
    11861186    return VERR_PGM_NOT_USED_IN_MODE;
    11871187# endif
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