Changeset 43852 in vbox for trunk/include/VBox/vmm/cpum.h
- Timestamp:
- Nov 9, 2012 3:22:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r43667 r43852 216 216 { 217 217 return !(pCtx->cr0 & X86_CR0_PE) 218 || pCtx->eflags.Bits.u1VM; /** @todo verify that this cannot be set in long mode. */218 || pCtx->eflags.Bits.u1VM; /* Cannot be set in long mode. Intel spec 2.3.1 "System Flags and Fields in IA-32e Mode". */ 219 219 } 220 220
Note:
See TracChangeset
for help on using the changeset viewer.