VirtualBox

Changeset 23943 in vbox for trunk


Ignore:
Timestamp:
Oct 21, 2009 3:48:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53760
Message:

More verbose assertion

File:
1 edited

Legend:

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

    r23927 r23943  
    31943194
    31953195#ifdef VBOX_STRICT
     3196            case X86_XCPT_XF:   /* SIMD exception. */
    31963197            case X86_XCPT_DE:   /* Divide error. */
    31973198            case X86_XCPT_UD:   /* Unknown opcode exception. */
     
    41554156        descriptor[1] = GCPtr;
    41564157        int rc = VMXR0InvVPID(enmFlush, &descriptor[0]);
    4157         AssertRC(rc);
     4158        AssertMsg(rc == VINF_SUCCESS, ("VMXR0InvVPID %x %x %VGv failed with %rc\n", enmFlush, pVCpu->hwaccm.s.uCurrentASID, GCPtr, rc));
    41584159    }
    41594160}
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