aboutsummaryrefslogtreecommitdiff
path: root/target/mips/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-04-13 10:50:03 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-05-02 16:49:34 +0200
commit6f4aec6a6d5524fb89e6dbd71de9920e7ec416e7 (patch)
tree5f7b68eb7477fb78bdcd1cf0d91d7b1c6f573364 /target/mips/meson.build
parent0debf1400c000154948e8a6fcb89c3149d4e0880 (diff)
downloadqemu-6f4aec6a6d5524fb89e6dbd71de9920e7ec416e7.zip
qemu-6f4aec6a6d5524fb89e6dbd71de9920e7ec416e7.tar.gz
qemu-6f4aec6a6d5524fb89e6dbd71de9920e7ec416e7.tar.bz2
target/mips: Extract load/store helpers to ldst_helper.c
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-11-f4bug@amsat.org>
Diffstat (limited to 'target/mips/meson.build')
-rw-r--r--target/mips/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/meson.build b/target/mips/meson.build
index daf5f1d..15c2f83 100644
--- a/target/mips/meson.build
+++ b/target/mips/meson.build
@@ -18,6 +18,7 @@ mips_tcg_ss.add(gen)
mips_tcg_ss.add(files(
'dsp_helper.c',
'fpu_helper.c',
+ 'ldst_helper.c',
'lmmi_helper.c',
'msa_helper.c',
'msa_translate.c',