Changeset 66303 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Mar 28, 2017 2:22:58 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-ExtCtxGetSize.c
r66226 r66303 40 40 41 41 ASMCpuIdExSlow(1, 0, 0, 0, NULL, NULL, &fEcx, &fEdx); 42 #if 1/* To disable xsave/xrstor till IEM groks it... */42 #if 0 /* To disable xsave/xrstor till IEM groks it... */ 43 43 if (fEcx & X86_CPUID_FEATURE_ECX_XSAVE) 44 44 {
Note:
See TracChangeset
for help on using the changeset viewer.