VirtualBox

Changeset 89088 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 17, 2021 10:03:15 AM (4 years ago)
Author:
vboxsync
Message:

VMM/IOM: Drop the DisState from IOMCPU.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IOMInternal.h

    r82968 r89088  
    318318typedef struct IOMCPU
    319319{
    320     /** For saving stack space, the disassembler state is allocated here instead of
    321      * on the stack. */
    322     DISCPUSTATE                     DisState;
    323 
    324320    /**
    325321     * Pending I/O port write commit (VINF_IOM_R3_IOPORT_COMMIT_WRITE).
  • trunk/src/VBox/VMM/testcase/tstVMStruct.h

    r87349 r89088  
    351351
    352352    GEN_CHECK_SIZE(IOMCPU);
    353     GEN_CHECK_OFF(IOMCPU, DisState);
    354353    GEN_CHECK_OFF(IOMCPU, PendingIOPortWrite);
    355354    GEN_CHECK_OFF(IOMCPU, PendingIOPortWrite.IOPort);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette