VirtualBox

Changeset 24582 in vbox for trunk/src/VBox/VMM/VMMInternal.h


Ignore:
Timestamp:
Nov 11, 2009 2:38:34 PM (15 years ago)
Author:
vboxsync
Message:

VMM.cpp: Fix cleanup of the stack's guard pages so that we don't assert in PGM if VM creation fails before VMMR3InitFinalize.

File:
1 edited

Legend:

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

    r23487 r24582  
    269269    /** Whether log flushing has been disabled or not. */
    270270    bool                        fRCLoggerFlushingDisabled;
    271     bool                        afAlignment[7]; /**< Alignment padding. */
     271    bool                        afAlignment[6]; /**< Alignment padding. */
    272272    /** @} */
     273
     274    /** Whether the stack guard pages have been stationed or not. */
     275    bool                        fStackGuardsStationed;
    273276
    274277    /** The EMT yield timer. */
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