VirtualBox

Changeset 68279 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 3, 2017 10:52:12 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: typo.

File:
1 edited

Legend:

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

    r68275 r68279  
    63406340    if (pSvmTransient->fWasGuestDebugStateActive)
    63416341    {
    6342         AssertMsgFailed(("hmR0SvmHandleExit: Unexpected exit %#RX32\n", (uint32_t)pSvmTransient->u64ExitCode));
     6342        AssertMsgFailed(("hmR0SvmExitReadDRx: Unexpected exit %#RX32\n", (uint32_t)pSvmTransient->u64ExitCode));
    63436343        pVCpu->hm.s.u32HMError = (uint32_t)pSvmTransient->u64ExitCode;
    63446344        return VERR_SVM_UNEXPECTED_EXIT;
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