VirtualBox

Changeset 73477 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 3, 2018 12:28:17 PM (6 years ago)
Author:
vboxsync
Message:

VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the new unwind info stuff deal correctly with ring-0 pointers and such. bugref:3897 [build fix]

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

Legend:

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

    r73471 r73477  
    189189    /** Unwind: The vmmR0CallRing3SetJmp return address stack location. */
    190190    RTHCUINTREG                 UnwindRetPcLocation;
     191#if HC_ARCH_BITS == 32
     192    /** Alignment padding. */
     193    uint32_t                    uPadding;
     194#endif
    191195
    192196    /** Stats: Max amount of stack used. */
  • trunk/src/VBox/VMM/include/VMMInternal.mac

    r73471 r73477  
    9696
    9797    ; Statistics
     98    alignb 8
    9899    .cbUsedMax      resd 1
    99100    .cbUsedAvg      resd 1
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