Changeset 50863 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 25, 2014 12:56:50 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r49671 r50863 4256 4256 uint64_t const uOldCrX = pCtx->cr4; 4257 4257 4258 /** @todo Shouldn't this look at the guest CPUID bits to determine 4259 * valid bits? e.g. if guest CPUID doesn't allow X86_CR4_OSXMMEEXCPT, we 4260 * should #GP(0). */ 4258 4261 /* reserved bits */ 4259 4262 uint32_t fValid = X86_CR4_VME | X86_CR4_PVI
Note:
See TracChangeset
for help on using the changeset viewer.