Changeset 73477 in vbox for trunk/src/VBox
- Timestamp:
- Aug 3, 2018 12:28:17 PM (6 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r73471 r73477 189 189 /** Unwind: The vmmR0CallRing3SetJmp return address stack location. */ 190 190 RTHCUINTREG UnwindRetPcLocation; 191 #if HC_ARCH_BITS == 32 192 /** Alignment padding. */ 193 uint32_t uPadding; 194 #endif 191 195 192 196 /** Stats: Max amount of stack used. */ -
trunk/src/VBox/VMM/include/VMMInternal.mac
r73471 r73477 96 96 97 97 ; Statistics 98 alignb 8 98 99 .cbUsedMax resd 1 99 100 .cbUsedAvg resd 1
Note:
See TracChangeset
for help on using the changeset viewer.