diff options
author | Philippe Mathieu-Daudé | 2021-05-30 09:02:16 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-06-24 16:48:07 +0200 |
commit | 34b8ff25db3eff9c8c02371ac976b16389d0fcb7 (patch) | |
tree | a8b019be97aeeff8ff05be4c2fb136cce517bf33 /meson.build | |
parent | target/mips: Do not abort on invalid instruction (diff) | |
download | qemu-34b8ff25db3eff9c8c02371ac976b16389d0fcb7.tar.gz qemu-34b8ff25db3eff9c8c02371ac976b16389d0fcb7.tar.xz qemu-34b8ff25db3eff9c8c02371ac976b16389d0fcb7.zip |
target/mips: Move TCG trace events to tcg/ sub directory
Commit a2b0a27d33e ("target/mips: Move TCG source files under
tcg/ sub directory") forgot to move the trace-event file.
As it only contains TCG events, move it for consistency.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174323.2900831-4-f4bug@amsat.org>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d8a92666fb..a91b39465c 100644 --- a/meson.build +++ b/meson.build @@ -1882,7 +1882,7 @@ if have_system or have_user 'target/hppa', 'target/i386', 'target/i386/kvm', - 'target/mips', + 'target/mips/tcg', 'target/ppc', 'target/riscv', 'target/s390x', |