Changeset 92577 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Nov 24, 2021 1:49:26 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk
r92529 r92577 238 238 ../../../Runtime/common/asm/ASMCpuId.asm \ 239 239 ../../../Runtime/common/asm/ASMCpuId_Idx_ECX.asm \ 240 ../../../Runtime/common/asm/ASMWrMsr.asm \ 240 241 ../../../Runtime/common/asm/ASMGetXcr0.asm \ 241 242 ../../../Runtime/common/asm/ASMSetXcr0.asm \ … … 281 282 $(call BS3KIT_FN_GEN_CMN_FARSTUB,bs3kit-common-16,ASMCpuIdExSlow,32) 282 283 $(call BS3KIT_FN_GEN_CMN_FARSTUB,bs3kit-common-16,ASMCpuId,20) 284 $(call BS3KIT_FN_GEN_CMN_FARSTUB,bs3kit-common-16,ASMWrMsr,12) 283 285 $(call BS3KIT_FN_GEN_CMN_FARSTUB,bs3kit-common-16,ASMSetXcr0,8) 284 286 $(call BS3KIT_FN_GEN_CMN_FARSTUB,bs3kit-common-16,ASMGetXcr0,0)
Note:
See TracChangeset
for help on using the changeset viewer.