- Timestamp:
- Dec 16, 2013 1:02:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r49902 r49931 850 850 */ 851 851 bool fNewAsid = false; 852 Assert(pCpu->idCpu != NIL_RTCPUID); 852 853 if ( pVCpu->hm.s.idLastCpu != pCpu->idCpu 853 854 || pVCpu->hm.s.cTlbFlushes != pCpu->cTlbFlushes) … … 963 964 } 964 965 966 AssertMsg(pVCpu->hm.s.idLastCpu == pCpu->idCpu, 967 ("vcpu idLastCpu=%x pcpu idCpu=%x\n", pVCpu->hm.s.idLastCpu, pCpu->idCpu)); 965 968 AssertMsg(pVCpu->hm.s.cTlbFlushes == pCpu->cTlbFlushes, 966 969 ("Flush count mismatch for cpu %d (%x vs %x)\n", pCpu->idCpu, pVCpu->hm.s.cTlbFlushes, pCpu->cTlbFlushes));
Note:
See TracChangeset
for help on using the changeset viewer.