- Timestamp:
- Oct 2, 2018 9:34:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r74571 r74573 4512 4512 bool fDescOk = true; 4513 4513 IEMSELDESC Desc; 4514 VBOXSTRICTRC rcStrict = iemCImpl_LoadDescHelper(pVCpu, uSel, false /*fAllowSysDesc*/, &Desc);4514 VBOXSTRICTRC rcStrict = iemCImpl_LoadDescHelper(pVCpu, uSel, true /*fAllowSysDesc*/, &Desc); 4515 4515 if (rcStrict == VINF_SUCCESS) 4516 4516 {
Note:
See TracChangeset
for help on using the changeset viewer.