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
568
568
qemu/target/arm/helper.c
569
569
qemu/target/arm/iwmmxt_helper.c
570
570
qemu/target/arm/m_helper.c
571
+ qemu/target/arm/mte_helper.c
571
572
qemu/target/arm/neon_helper.c
572
573
qemu/target/arm/op_helper.c
573
574
qemu/target/arm/psci.c
@@ -612,6 +613,7 @@ add_library(aarch64-softmmu STATIC
612
613
qemu/target/arm/helper.c
613
614
qemu/target/arm/iwmmxt_helper.c
614
615
qemu/target/arm/m_helper.c
616
+ qemu/target/arm/mte_helper.c
615
617
qemu/target/arm/neon_helper.c
616
618
qemu/target/arm/op_helper.c
617
619
qemu/target/arm/pauth_helper.c
@@ -1019,6 +1021,7 @@ add_library(riscv32-softmmu STATIC
1019
1021
qemu/target/riscv/pmp.c
1020
1022
qemu/target/riscv/translate.c
1021
1023
qemu/target/riscv/unicorn.c
1024
+ qemu/target/riscv/vector_helper.c
1022
1025
)
1023
1026
1024
1027
if (MSVC )
@@ -1052,6 +1055,7 @@ add_library(riscv64-softmmu STATIC
1052
1055
qemu/target/riscv/pmp.c
1053
1056
qemu/target/riscv/translate.c
1054
1057
qemu/target/riscv/unicorn.c
1058
+ qemu/target/riscv/vector_helper.c
1055
1059
)
1056
1060
1057
1061
if (MSVC )
You can’t perform that action at this time.
0 commit comments