- Timestamp:
- Feb 17, 2009 4:24:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r16859 r16860 1071 1071 for (;;) 1072 1072 { 1073 Assert(CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM));1073 Assert(CPUMGetHyperCR3(pVM) && CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM)); 1074 1074 int rc; 1075 1075 do … … 1208 1208 { 1209 1209 int rc; 1210 Assert(CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM));1210 Assert(CPUMGetHyperCR3(pVM) && CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM)); 1211 1211 do 1212 1212 { … … 1265 1265 { 1266 1266 int rc; 1267 Assert(CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM));1267 Assert(CPUMGetHyperCR3(pVM) && CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM)); 1268 1268 do 1269 1269 {
Note:
See TracChangeset
for help on using the changeset viewer.