VirtualBox

Changeset 20530 in vbox for trunk/src/VBox/VMM/EMInternal.h


Ignore:
Timestamp:
Jun 13, 2009 8:53:44 PM (15 years ago)
Author:
vboxsync
Message:

VMM: remove DISCPUSTATE from the stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EMInternal.h

    r20426 r20530  
    347347    } u;
    348348
     349    /** For saving stack space, the disassembler state is allocated here instead of
     350     * on the stack.
     351     * @note The DISCPUSTATE structure is not R3/R0/RZ clean!  */
     352    union
     353    {
     354        /** The disassembler scratch space. */
     355        DISCPUSTATE         DisState;
     356        /** Padding. */
     357        uint8_t             abDisStatePadding[DISCPUSTATE_PADDING_SIZE];
     358    };
     359
    349360    /** @name Execution profiling.
    350361     * @{ */
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