Changeset 9857 in vbox for trunk/include/VBox
- Timestamp:
- Jun 20, 2008 2:34:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r9701 r9857 1434 1434 #if 1 /* we're using this internally and have to mask of the top 16-bit. */ 1435 1435 #define X86_PDPE_PG_MASK ( 0x0000fffffffff000ULL ) 1436 /** @todo Get rid of the above hack; makes code unreadable. */ 1437 #define X86_PDPE_PG_MASK_FULL ( 0x000ffffffffff000ULL ) 1436 1438 #else 1437 1439 #define X86_PDPE_PG_MASK ( 0x000ffffffffff000ULL )
Note:
See TracChangeset
for help on using the changeset viewer.