Changeset 2135 in vbox
- Timestamp:
- Apr 17, 2007 3:33:36 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20457
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r2124 r2135 1042 1042 } 1043 1043 #endif /* LOG_ENABLED */ 1044 1045 1046 Assert(pCtx->eflags.Bits.u1VM || (pCtx->ss & X86_SEL_RPL) != 1); 1047 1044 1048 1045 /* 1049 1046 * PATM is making life more interesting.
Note:
See TracChangeset
for help on using the changeset viewer.