Changeset 1373 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Mar 9, 2007 1:40:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r1359 r1373 3956 3956 { 3957 3957 RTGCPTR pInstrGCFlat = SELMToFlat(pVM, pCtx->eflags, pCtx->cs, &pCtx->csHid, pInstrGC); 3958 Assert (pInstrGCFlat == pInstrGC);3958 AssertMsg(pInstrGCFlat == pInstrGC, ("%04x:%VGv != %VGx eflags=%08x\n", pCtx->cs, pInstrGCFlat, pInstrGC)); 3959 3959 } 3960 3960 #endif
Note:
See TracChangeset
for help on using the changeset viewer.