VirtualBox

Changeset 23944 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2009 3:54:04 PM (15 years ago)
Author:
vboxsync
Message:

Format specifier fix

File:
1 edited

Legend:

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

    r23943 r23944  
    41564156        descriptor[1] = GCPtr;
    41574157        int rc = VMXR0InvVPID(enmFlush, &descriptor[0]);
    4158         AssertMsg(rc == VINF_SUCCESS, ("VMXR0InvVPID %x %x %VGv failed with %rc\n", enmFlush, pVCpu->hwaccm.s.uCurrentASID, GCPtr, rc));
     4158        AssertMsg(rc == VINF_SUCCESS, ("VMXR0InvVPID %x %x %RGv failed with %d\n", enmFlush, pVCpu->hwaccm.s.uCurrentASID, GCPtr, rc));
    41594159    }
    41604160}
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