Changeset 57062 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 23, 2015 1:49:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r57061 r57062 984 984 985 985 AssertMsg(pVCpu->hm.s.idLastCpu == pCpu->idCpu, 986 ("vcpu idLastCpu=% xpcpu idCpu=%u\n", pVCpu->hm.s.idLastCpu, pCpu->idCpu));986 ("vcpu idLastCpu=%u pcpu idCpu=%u\n", pVCpu->hm.s.idLastCpu, pCpu->idCpu)); 987 987 AssertMsg(pVCpu->hm.s.cTlbFlushes == pCpu->cTlbFlushes, 988 988 ("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.