diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-05-24 09:32:16 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-06-24 16:48:07 +0200 |
commit | a9eb3b49fb2224ca2eda514b55c5d288379460ee (patch) | |
tree | 579b58febd9ed972100f6ef971bc1dbb6859735a | |
parent | 34b8ff25db3eff9c8c02371ac976b16389d0fcb7 (diff) | |
download | qemu-a9eb3b49fb2224ca2eda514b55c5d288379460ee.zip qemu-a9eb3b49fb2224ca2eda514b55c5d288379460ee.tar.gz qemu-a9eb3b49fb2224ca2eda514b55c5d288379460ee.tar.bz2 |
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é <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174323.2900831-5-f4bug@amsat.org>
-rw-r--r-- | target/mips/tcg/translate.h (renamed from target/mips/translate.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/target/mips/translate.h b/target/mips/tcg/translate.h index 6144259..6144259 100644 --- a/target/mips/translate.h +++ b/target/mips/tcg/translate.h |