VirtualBox

Changeset 31780 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Aug 19, 2010 11:12:18 AM (14 years ago)
Author:
vboxsync
Message:

PGM: Addressed a fixme. logging and minor cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r31775 r31780  
    431431    /** Unsigned integer view */
    432432    X86PGPAEUINT    uCareful;
    433 #if 0
    434     /* Not bit field view. */
    435     /** 32-bit view. */
    436     uint32_t        au32[2];
    437     /** 16-bit view. */
    438     uint16_t        au16[4];
    439     /** 8-bit view. */
    440     uint8_t         au8[8];
    441 #endif
     433    /* Not other views. */
    442434} PGMSHWPTEPAE;
    443435
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