aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-08-01 20:29:29 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-08-25 13:02:06 +0200
commit12f79f11731194d7cb61c4a0d9b2de5416a773de (patch)
treee561664e649be537783ca10bc571e0bab64cc8c3 /target/mips/tcg/meson.build
parent4919f69c658be36c97d63660bd41377b06ea6822 (diff)
target/mips: Merge 32-bit/64-bit Release6 decodetree definitions
We don't need to maintain 2 sets of decodetree definitions. Merge them into a single file. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210801234202.3167676-4-f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/mips/tcg/meson.build')
-rw-r--r--target/mips/tcg/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/mips/tcg/meson.build b/target/mips/tcg/meson.build
index bf4001e574..70fa3dd57d 100644
--- a/target/mips/tcg/meson.build
+++ b/target/mips/tcg/meson.build
@@ -1,6 +1,5 @@
gen = [
- decodetree.process('mips32r6.decode', extra_args: '--static-decode=decode_mips32r6'),
- decodetree.process('mips64r6.decode', extra_args: '--static-decode=decode_mips64r6'),
+ decodetree.process('rel6.decode', extra_args: ['--decode=decode_isa_rel6']),
decodetree.process('msa.decode', extra_args: '--decode=decode_ase_msa'),
decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'),
]