Changeset 53203 in vbox
- Timestamp:
- Nov 4, 2014 3:43:20 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r53201 r53203 309 309 /** External command to be executed in the FIFO thread. */ 310 310 uint8_t u8FIFOExtCommand; 311 bool Padding6[ 1];311 bool Padding6[5]; 312 312 } VMSVGAState; 313 313 #endif /* VBOX_WITH_VMSVGA */ … … 422 422 423 423 #ifdef VBOX_WITH_VMSVGA 424 # if HC_ARCH_BITS == 32 425 uint32_t Padding3; 426 # endif 424 427 VMSVGAState svga; 425 428 #endif
Note:
See TracChangeset
for help on using the changeset viewer.