Changeset 50125 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA.h
- Timestamp:
- Jan 20, 2014 4:52:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r49983 r50125 355 355 uint32_t u32RegCaps; 356 356 /** Physical address of command mmio range. */ 357 uint32_t Padding2; 357 358 RTIOPORT BasePort; 358 359 /** Port io index register. */ … … 376 377 /** VRAM page monitoring enabled or not. */ 377 378 bool fVRAMTracking; 378 bool Padding6[ HC_ARCH_BITS == 64 ? 6 :2];379 bool Padding6[2]; 379 380 } svga; 380 381 #endif
Note:
See TracChangeset
for help on using the changeset viewer.