Changeset 17660 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 11, 2009 8:18:09 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r17644 r17660 4286 4286 4287 4287 # ifdef IN_RC 4288 /* *NOTE: We can't deal with jumps to ring 3 here as we're now in an inconsistent state! */4288 /* NOTE: We can't deal with jumps to ring 3 here as we're now in an inconsistent state! */ 4289 4289 bool fLog = VMMGCLogDisable(pVM); 4290 4290 # endif -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r17534 r17660 144 144 { 145 145 LogFlow(("PGMPhysIsA20Enabled %d\n", pVM->pgm.s.fA20Enabled)); 146 return !!pVM->pgm.s.fA20Enabled ; /* stupid MS compiler doesn't trust me. */146 return pVM->pgm.s.fA20Enabled; 147 147 } 148 148
Note:
See TracChangeset
for help on using the changeset viewer.