Changeset 10883 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 25, 2008 9:57:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r10661 r10883 2408 2408 2409 2409 case MSR_IA32_SYSENTER_CS: 2410 pCtx->SysEnter.cs = val ;2410 pCtx->SysEnter.cs = val & 0xffff; /* 16 bits selector */ 2411 2411 break; 2412 2412
Note:
See TracChangeset
for help on using the changeset viewer.