VirtualBox

Changeset 30892 in vbox


Ignore:
Timestamp:
Jul 17, 2010 2:03:23 AM (15 years ago)
Author:
vboxsync
Message:

alignment fix

File:
1 edited

Legend:

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

    r30889 r30892  
    28562856    RTR0PTR                         pvZeroPgR0;
    28572857    /** The GC mapping of the zero page. */
    2858     RTGCPTR                         pvZeroPgRC;
     2858    RTRCPTR                         pvZeroPgRC;
     2859    RTRCPTR                         RCPtrAlignment3;
    28592860    /** @}*/
    28602861
     
    28702871    /** The ring-3 mapping of the invalid MMIO page. */
    28712872    RTR3PTR                         pvMmioPgR3;
     2873#if HC_ARCH_BITS == 32
     2874    RTR3PTR                         R3PtrAlignment4;
     2875#endif
    28722876    /** @} */
    28732877
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