Changeset 87308 in vbox
- Timestamp:
- Jan 19, 2021 5:54:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r85184 r87308 6992 6992 #endif 6993 6993 IEM_CTX_IMPORT_NORET(pVCpu, CPUMCTX_EXTRN_X87 | CPUMCTX_EXTRN_SSE_AVX | CPUMCTX_EXTRN_OTHER_XSAVE | CPUMCTX_EXTRN_XCRx); 6994 6995 /* Make sure any changes are loaded the next time around. */ 6996 pVCpu->cpum.GstCtx.CTX_SUFF(pXState)->Hdr.bmXState |= XSAVE_C_SSE; 6994 6997 } 6995 6998 … … 7030 7033 #endif 7031 7034 IEM_CTX_IMPORT_NORET(pVCpu, CPUMCTX_EXTRN_X87 | CPUMCTX_EXTRN_SSE_AVX | CPUMCTX_EXTRN_OTHER_XSAVE | CPUMCTX_EXTRN_XCRx); 7035 7036 /* Just assume we're going to make changes to the SSE and YMM_HI parts. */ 7037 pVCpu->cpum.GstCtx.CTX_SUFF(pXState)->Hdr.bmXState |= XSAVE_C_YMM | XSAVE_C_SSE; 7032 7038 } 7033 7039
Note:
See TracChangeset
for help on using the changeset viewer.