File tree Expand file tree Collapse file tree 3 files changed +1530
-54
lines changed Expand file tree Collapse file tree 3 files changed +1530
-54
lines changed Original file line number Diff line number Diff line change @@ -568,6 +568,7 @@ add_library(arm-softmmu STATIC
568568 qemu/target /arm/helper.c
569569 qemu/target /arm/iwmmxt_helper.c
570570 qemu/target /arm/m_helper.c
571+ qemu/target /arm/mte_helper.c
571572 qemu/target /arm/neon_helper.c
572573 qemu/target /arm/op_helper.c
573574 qemu/target /arm/psci.c
@@ -612,6 +613,7 @@ add_library(aarch64-softmmu STATIC
612613 qemu/target /arm/helper.c
613614 qemu/target /arm/iwmmxt_helper.c
614615 qemu/target /arm/m_helper.c
616+ qemu/target /arm/mte_helper.c
615617 qemu/target /arm/neon_helper.c
616618 qemu/target /arm/op_helper.c
617619 qemu/target /arm/pauth_helper.c
@@ -1019,6 +1021,7 @@ add_library(riscv32-softmmu STATIC
10191021 qemu/target /riscv/pmp.c
10201022 qemu/target /riscv/translate.c
10211023 qemu/target /riscv/unicorn.c
1024+ qemu/target /riscv/vector_helper.c
10221025)
10231026
10241027if (MSVC )
@@ -1052,6 +1055,7 @@ add_library(riscv64-softmmu STATIC
10521055 qemu/target /riscv/pmp.c
10531056 qemu/target /riscv/translate.c
10541057 qemu/target /riscv/unicorn.c
1058+ qemu/target /riscv/vector_helper.c
10551059)
10561060
10571061if (MSVC )
You can’t perform that action at this time.
0 commit comments