Changeset 20530 in vbox for trunk/src/VBox/VMM/EMInternal.h
- Timestamp:
- Jun 13, 2009 8:53:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EMInternal.h
r20426 r20530 347 347 } u; 348 348 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 349 360 /** @name Execution profiling. 350 361 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.