Changeset 62287 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 15, 2016 6:44:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/REMInternal.h
r56287 r62287 156 156 uint32_t cCanExecuteRaw; 157 157 158 /** Pending interrupt (~0 -> nothing). */159 uint32_t u 32PendingInterrupt;158 /** Pending interrupt that remR3LoadDone will assert with TRPM. */ 159 uint32_t uStateLoadPendingInterrupt; 160 160 161 161 /** Number of recorded invlpg instructions. */
Note:
See TracChangeset
for help on using the changeset viewer.