Changeset 46168 in vbox for trunk/src/VBox/VMM/include/IEMInternal.h
- Timestamp:
- May 19, 2013 10:58:37 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r42778 r46168 214 214 /** Whether to bypass access handlers or not. */ 215 215 bool fBypassHandlers; 216 /** Indicates that we're interpreting patch code - RC only! */ 217 bool fInPatchCode; 216 218 /** Explicit alignment padding. */ 217 bool afAlignment0[ 3];219 bool afAlignment0[2]; 218 220 219 221 /** The flags of the current exception / interrupt. */
Note:
See TracChangeset
for help on using the changeset viewer.