VirtualBox

Changeset 33855 in vbox for trunk/src


Ignore:
Timestamp:
Nov 8, 2010 3:37:09 PM (14 years ago)
Author:
vboxsync
Message:

VGA: 64-bit build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r33853 r33855  
    400400    /** Retrace emulation state */
    401401    bool                        fRealRetrace;
     402    bool                        Padding5[HC_ARCH_BITS == 64 ? 7 : 3];
    402403    vga_retrace_s               retrace_state;
    403404
     
    409410    /** The VBE BIOS current memory address. */
    410411    uint16_t                    u16VBEExtraAddress;
    411     uint16_t                    Padding5[2];
     412    uint16_t                    Padding6[2];
    412413#endif
    413414    /** Current logo data offset. */
     
    439440    /** Clear screen flag. */
    440441    uint8_t                     fLogoClearScreen;
    441     uint8_t                     Padding6[7];
     442    uint8_t                     Padding7[7];
    442443    /** Palette data. */
    443444    uint32_t                    au32LogoPalette[256];
     
    453454    RTIOPORT                    IOPortBase;
    454455#ifdef VBOX_WITH_WDDM
    455     uint8_t                     Padding7[2];
     456    uint8_t                     Padding8[2];
    456457    /* specifies guest driver caps, i.e. whether it can handle IRQs from the adapter,
    457458     * the way it can handle async HGSMI command completion, etc. */
    458459    uint32_t                    fGuestCaps;
    459460#else
    460     uint8_t                     Padding7[6];
     461    uint8_t                     Padding8[6];
    461462#endif
    462463#endif /* VBOX_WITH_HGSMI */
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