From a9eb3b49fb2224ca2eda514b55c5d288379460ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Mon, 24 May 2021 09:32:16 +0200 Subject: [PATCH] target/mips: Move translate.h to tcg/ sub directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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> --- target/mips/{ => tcg}/translate.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename target/mips/{ => tcg}/translate.h (100%) 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 -- 2.30.2