On 6/17/21 10:43 AM, Philippe Mathieu-Daudé wrote:
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é<[email protected]> --- meson.build | 2 +- target/mips/tcg/translate.c | 1 + target/mips/{ => tcg}/trace-events | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename target/mips/{ => tcg}/trace-events (100%)
Reviewed-by: Richard Henderson <[email protected]> r~
