From: Philippe Mathieu-Daudé Date: Mon, 24 May 2021 07:32:16 +0000 (+0200) Subject: target/mips: Move translate.h to tcg/ sub directory X-Git-Tag: v6.1.0-rc0~55^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9eb3b49fb2224ca2eda514b55c5d288379460ee;p=thirdparty%2Fqemu.git target/mips: Move translate.h to tcg/ sub directory 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é Reviewed-by: Richard Henderson Message-Id: <20210617174323.2900831-5-f4bug@amsat.org> --- diff --git a/target/mips/translate.h b/target/mips/tcg/translate.h similarity index 100% rename from target/mips/translate.h rename to target/mips/tcg/translate.h