Changeset 30654 in vbox
- Timestamp:
- Jul 6, 2010 11:06:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r30615 r30654 59 59 #elif PGM_GST_TYPE == PGM_TYPE_32BIT || PGM_GST_TYPE == PGM_TYPE_PAE || PGM_GST_TYPE == PGM_TYPE_AMD64 60 60 61 # if PGM_GST_TYPE != PGM_ MODE_AMD6461 # if PGM_GST_TYPE != PGM_TYPE_AMD64 62 62 /* Boundary check. */ 63 63 if (GCPtr >= _4G) … … 181 181 Assert((cb & PAGE_OFFSET_MASK) == 0); 182 182 183 # if PGM_GST_TYPE != PGM_ MODE_AMD64183 # if PGM_GST_TYPE != PGM_TYPE_AMD64 184 184 /* Boundary check. */ 185 185 if (GCPtr >= _4G) … … 292 292 || PGM_GST_TYPE == PGM_TYPE_AMD64 293 293 294 # if PGM_GST_TYPE != PGM_ MODE_AMD64294 # if PGM_GST_TYPE != PGM_TYPE_AMD64 295 295 /* Boundary check. */ 296 296 if (GCPtr >= _4G) … … 338 338 339 339 RTGCPTR GCPtr = pCur->Core.Key; 340 #if PGM_GST_TYPE != PGM_ MODE_AMD64340 #if PGM_GST_TYPE != PGM_TYPE_AMD64 341 341 /* skip all stuff above 4GB if not AMD64 mode. */ 342 342 if (GCPtr >= _4G)
Note:
See TracChangeset
for help on using the changeset viewer.