Changeset 84459 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 22, 2020 12:55:07 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138166
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmapi.h
r82968 r84459 265 265 /** Explicit padding. */ 266 266 bool afReserved[3]; 267 /** DBGF tracer event source handle if configured. */ 268 DBGFTRACEREVTSRC hDbgfTracerEvtSrc; 267 269 268 270 /** In: Device name. */ -
trunk/include/VBox/vmm/pdmdev.h
r84431 r84459 5395 5395 PDMDEVINSINTR3 s; 5396 5396 #endif 5397 uint8_t padding[HC_ARCH_BITS == 32 ? 0x 30 : 0x50];5397 uint8_t padding[HC_ARCH_BITS == 32 ? 0x40 : 0x90]; 5398 5398 } Internal; 5399 5399 … … 5473 5473 PDMDEVINSINTR0 s; 5474 5474 #endif 5475 uint8_t padding[HC_ARCH_BITS == 32 ? 0x 20 : 0x40];5475 uint8_t padding[HC_ARCH_BITS == 32 ? 0x40 : 0x80]; 5476 5476 } Internal; 5477 5477
Note:
See TracChangeset
for help on using the changeset viewer.