Changeset 49070 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 12, 2013 1:29:08 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89870
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMInternal.h
r47807 r49070 315 315 /** Whether IEM executes everything. */ 316 316 bool fIemExecutesAll; 317 /** Whether a triple fault triggers a guru. */ 318 bool fGuruOnTripleFault; 317 319 /** Alignment padding. */ 318 bool afPadding[ 7];320 bool afPadding[6]; 319 321 320 322 /** Id of the VCPU that last executed code in the recompiler. */
Note:
See TracChangeset
for help on using the changeset viewer.