VirtualBox

Changeset 107115 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Nov 22, 2024 11:09:17 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166082
Message:

VMM: bugref:10759 APIC restructure [build fix for 32-bit host and darwin NEM]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r107113 r107115  
    811811    /** @todo The GIC backend. Currently the padding helps keep alignment common
    812812     *        between x86 and arm. */
    813     uint8_t                            auPadding[4+4+232];
     813    uint8_t                            auPadding[4+4+240];
    814814#endif
    815815} PDMICR3;
     
    829829    /** @todo The GIC backend. Currently the padding helps keep alignment common
    830830     *        between x86 and arm. */
    831     uint8_t                            auPadding[232];
     831    uint8_t                            auPadding[240];
    832832#endif
    833833} PDMICR0;
     
    16341634    bool volatile                   fNsUnchokeTimerArmed;
    16351635    /** Align aNsGroups on a cacheline.   */
    1636     bool                            afPadding2[19+16+25];
     1636    bool                            afPadding2[19+16+17];
    16371637    /** Number of network shaper groups.
    16381638     * @note Marked volatile to prevent re-reading after validation. */
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