VirtualBox

Changeset 9701 in vbox for trunk/include


Ignore:
Timestamp:
Jun 16, 2008 8:57:21 AM (17 years ago)
Author:
vboxsync
Message:

Fixed mask issues in 64 bits mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/x86.h

    r9656 r9701  
    920920#if 1 /* we're using this internally and have to mask of the top 16-bit. */
    921921#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 )
    922924#else
    923925#define X86_PTE_PAE_PG_MASK                 ( 0x000ffffffffff000ULL )
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette