VirtualBox

Changeset 57062 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 23, 2015 1:49:20 PM (9 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: nit.

File:
1 edited

Legend:

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

    r57061 r57062  
    984984
    985985    AssertMsg(pVCpu->hm.s.idLastCpu == pCpu->idCpu,
    986               ("vcpu idLastCpu=%x pcpu idCpu=%u\n", pVCpu->hm.s.idLastCpu, pCpu->idCpu));
     986              ("vcpu idLastCpu=%u pcpu idCpu=%u\n", pVCpu->hm.s.idLastCpu, pCpu->idCpu));
    987987    AssertMsg(pVCpu->hm.s.cTlbFlushes == pCpu->cTlbFlushes,
    988988              ("Flush count mismatch for cpu %u (%u vs %u)\n", pCpu->idCpu, pVCpu->hm.s.cTlbFlushes, pCpu->cTlbFlushes));
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