Changeset 5915 in vbox
- Timestamp:
- Dec 2, 2007 9:46:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFDisas.cpp
r5874 r5915 285 285 SelInfo.cbLimit = pHiddenSel->u32Limit; 286 286 SelInfo.fHyper = false; 287 SelInfo.fRealMode = !!( pCtxCore && pCtxCore->eflags.Bits.u1VM|| enmMode == PGMMODE_REAL);287 SelInfo.fRealMode = !!((pCtxCore && pCtxCore->eflags.Bits.u1VM) || enmMode == PGMMODE_REAL); 288 288 SelInfo.Raw.au32[0] = 0; 289 289 SelInfo.Raw.au32[1] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.