Changeset 9701 in vbox for trunk/include
- Timestamp:
- Jun 16, 2008 8:57:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r9656 r9701 920 920 #if 1 /* we're using this internally and have to mask of the top 16-bit. */ 921 921 #define X86_PTE_PAE_PG_MASK ( 0x0000fffffffff000ULL ) 922 /** @todo Get rid of the above hack; makes code unreadable. */ 923 #define X86_PTE_PAE_PG_MASK_FULL ( 0x000ffffffffff000ULL ) 922 924 #else 923 925 #define X86_PTE_PAE_PG_MASK ( 0x000ffffffffff000ULL )
Note:
See TracChangeset
for help on using the changeset viewer.