Changeset 99899 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 22, 2023 12:43:21 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMInternal.h
r99897 r99899 158 158 159 159 /** Explicit padding. */ 160 uint8_t abPadding0[3]; 161 162 /** The number of instructions we've executed in IEM since switching to the 163 * EMSTATE_IEM_THEN_REM state. */ 164 uint32_t cIemThenRemInstructions; 160 uint8_t abPadding0[7]; 165 161 166 162 /** Start of the current time slice in ms. */
Note:
See TracChangeset
for help on using the changeset viewer.