- Timestamp:
- Nov 8, 2010 3:37:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r33853 r33855 400 400 /** Retrace emulation state */ 401 401 bool fRealRetrace; 402 bool Padding5[HC_ARCH_BITS == 64 ? 7 : 3]; 402 403 vga_retrace_s retrace_state; 403 404 … … 409 410 /** The VBE BIOS current memory address. */ 410 411 uint16_t u16VBEExtraAddress; 411 uint16_t Padding 5[2];412 uint16_t Padding6[2]; 412 413 #endif 413 414 /** Current logo data offset. */ … … 439 440 /** Clear screen flag. */ 440 441 uint8_t fLogoClearScreen; 441 uint8_t Padding 6[7];442 uint8_t Padding7[7]; 442 443 /** Palette data. */ 443 444 uint32_t au32LogoPalette[256]; … … 453 454 RTIOPORT IOPortBase; 454 455 #ifdef VBOX_WITH_WDDM 455 uint8_t Padding 7[2];456 uint8_t Padding8[2]; 456 457 /* specifies guest driver caps, i.e. whether it can handle IRQs from the adapter, 457 458 * the way it can handle async HGSMI command completion, etc. */ 458 459 uint32_t fGuestCaps; 459 460 #else 460 uint8_t Padding 7[6];461 uint8_t Padding8[6]; 461 462 #endif 462 463 #endif /* VBOX_WITH_HGSMI */
Note:
See TracChangeset
for help on using the changeset viewer.