mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/mips: Move TCG trace events to tcg/ sub directory
Commit a2b0a27d33
("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>
This commit is contained in:
parent
05d9d0359e
commit
34b8ff25db
5 changed files with 3 additions and 3 deletions
1
target/mips/tcg/trace.h
Normal file
1
target/mips/tcg/trace.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include "trace/trace-target_mips_tcg.h"
|
|
@ -31,7 +31,7 @@
|
|||
#include "exec/helper-gen.h"
|
||||
#include "semihosting/semihost.h"
|
||||
|
||||
#include "target/mips/trace.h"
|
||||
#include "trace.h"
|
||||
#include "trace-tcg.h"
|
||||
#include "exec/translator.h"
|
||||
#include "exec/log.h"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#include "trace/trace-target_mips.h"
|
Loading…
Add table
Add a link
Reference in a new issue