VirtualBox

Changeset 50126 in vbox


Ignore:
Timestamp:
Jan 20, 2014 5:07:43 PM (11 years ago)
Author:
vboxsync
Message:

32-bit build fix

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

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

    r50125 r50126  
    324324        /** R3 Opaque pointer to a copy of the first 32k of the framebuffer before switching into svga mode. */
    325325        R3PTRTYPE(void *)           pFrameBufferBackup;
     326#if HC_ARCH_BITS == 32
     327        uint32_t                    Padding3;
     328#endif
    326329        /** Guest physical address of the FIFO memory range. */
    327330        RTGCPHYS                    GCPhysFIFO;
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r48947 r50126  
    324324    CHECK_MEMBER_ALIGNMENT(PITSTATE, StatPITIrq, 8);
    325325    CHECK_MEMBER_ALIGNMENT(SerialState, CritSect, 8);
     326#ifdef VBOX_WITH_VMSVGA
     327    CHECK_MEMBER_ALIGNMENT(VGASTATE, svga.u64HostWindowId, 8);
     328#endif
     329    CHECK_MEMBER_ALIGNMENT(VGASTATE, GCPhysVRAM, 8);
    326330    CHECK_MEMBER_ALIGNMENT(VGASTATE, Dev, 8);
    327331    CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSect, 8);
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