Changeset 1917 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 4, 2007 9:49:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r1875 r1917 3957 3957 { 3958 3958 RTGCPTR pInstrGCFlat = SELMToFlat(pVM, pCtx->eflags, pCtx->cs, &pCtx->csHid, pInstrGC); 3959 AssertMsg(pInstrGCFlat == pInstrGC, ("%04x:%VGv != %VG xeflags=%08x\n", pCtx->cs, pInstrGCFlat, pInstrGC, pCtx->eflags.u32));3959 AssertMsg(pInstrGCFlat == pInstrGC, ("%04x:%VGv != %VGv eflags=%08x\n", pCtx->cs, pInstrGCFlat, pInstrGC, pCtx->eflags.u32)); 3960 3960 } 3961 3961 #endif
Note:
See TracChangeset
for help on using the changeset viewer.