Changeset 89088 in vbox for trunk/src/VBox
- Timestamp:
- May 17, 2021 10:03:15 AM (4 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r82968 r89088 318 318 typedef struct IOMCPU 319 319 { 320 /** For saving stack space, the disassembler state is allocated here instead of321 * on the stack. */322 DISCPUSTATE DisState;323 324 320 /** 325 321 * Pending I/O port write commit (VINF_IOM_R3_IOPORT_COMMIT_WRITE). -
trunk/src/VBox/VMM/testcase/tstVMStruct.h
r87349 r89088 351 351 352 352 GEN_CHECK_SIZE(IOMCPU); 353 GEN_CHECK_OFF(IOMCPU, DisState);354 353 GEN_CHECK_OFF(IOMCPU, PendingIOPortWrite); 355 354 GEN_CHECK_OFF(IOMCPU, PendingIOPortWrite.IOPort);
Note:
See TracChangeset
for help on using the changeset viewer.