Changeset 50126 in vbox
- Timestamp:
- Jan 20, 2014 5:07:43 PM (11 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r50125 r50126 324 324 /** R3 Opaque pointer to a copy of the first 32k of the framebuffer before switching into svga mode. */ 325 325 R3PTRTYPE(void *) pFrameBufferBackup; 326 #if HC_ARCH_BITS == 32 327 uint32_t Padding3; 328 #endif 326 329 /** Guest physical address of the FIFO memory range. */ 327 330 RTGCPHYS GCPhysFIFO; -
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r48947 r50126 324 324 CHECK_MEMBER_ALIGNMENT(PITSTATE, StatPITIrq, 8); 325 325 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); 326 330 CHECK_MEMBER_ALIGNMENT(VGASTATE, Dev, 8); 327 331 CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSect, 8);
Note:
See TracChangeset
for help on using the changeset viewer.