VirtualBox

Changeset 7039 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 20, 2008 2:32:28 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28268
Message:

Alignment issues with the 32 bits windows build

File:
1 edited

Legend:

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

    r7037 r7039  
    924924# if HC_ARCH_BITS == 32
    925925    /** Padding to make aPage aligned on sizeof(PGMPAGE). */
     926#  ifdef RT_OS_WINDOWS
     927    uint32_t                            u32Reserved[1];
     928#  else
    926929    uint32_t                            u32Reserved[2];
     930#  endif
    927931# endif
    928932#endif
Note: See TracChangeset for help on using the changeset viewer.

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