]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/mips: Move translate.h to tcg/ sub directory
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 24 May 2021 07:32:16 +0000 (09:32 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 24 Jun 2021 14:48:07 +0000 (16:48 +0200)
We moved various TCG source files in commit a2b0a27d33e
("target/mips: Move TCG source files under tcg/ sub directory")
but forgot to move the header declaring their prototypes.
Do it now, since all it declares is TCG specific.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174323.2900831-5-f4bug@amsat.org>

target/mips/tcg/translate.h [moved from target/mips/translate.h with 100% similarity]