Changeset 99208 in vbox for trunk/src/VBox/VMM/include/EMInternal.h
- Timestamp:
- Mar 29, 2023 2:13:56 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMInternal.h
r98103 r99208 211 211 /** For saving stack space, the disassembler state is allocated here instead of 212 212 * on the stack. */ 213 DIS CPUSTATE DisState;213 DISSTATE Dis; 214 214 215 215 /** @name Execution profiling.
Note:
See TracChangeset
for help on using the changeset viewer.