diff options
author | Philippe Mathieu-Daudé | 2021-05-30 00:32:16 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-06-24 16:48:08 +0200 |
commit | 9f47eb54b25e67b28a85a0b3eac304f2909f10ae (patch) | |
tree | 6d67b663cf5871421ed54b279ff20874a7672863 /target/mips/tcg/translate.c | |
parent | target/mips: Restrict some system specific declarations to sysemu (diff) | |
download | qemu-9f47eb54b25e67b28a85a0b3eac304f2909f10ae.tar.gz qemu-9f47eb54b25e67b28a85a0b3eac304f2909f10ae.tar.xz qemu-9f47eb54b25e67b28a85a0b3eac304f2909f10ae.zip |
target/mips: Remove SmartMIPS / MDMX unuseful comments
These placeholder comments for SmartMIPS and MDMX extensions have
been added commit 3c824109da0 ("target-mips: microMIPS ASE support").
More than 11 years later it is safe to assume there won't be added
soon, so remove these unuseful comments.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174323.2900831-7-f4bug@amsat.org>
Diffstat (limited to 'target/mips/tcg/translate.c')
-rw-r--r-- | target/mips/tcg/translate.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/mips/tcg/translate.c b/target/mips/tcg/translate.c index 0a4257db2a..8b25118320 100644 --- a/target/mips/tcg/translate.c +++ b/target/mips/tcg/translate.c @@ -21578,14 +21578,6 @@ static int decode_nanomips_opc(CPUMIPSState *env, DisasContext *ctx) } -/* SmartMIPS extension to MIPS32 */ - -#if defined(TARGET_MIPS64) - -/* MDMX extension to MIPS64 */ - -#endif - /* MIPSDSP functions. */ static void gen_mipsdsp_ld(DisasContext *ctx, uint32_t opc, int rd, int base, int offset) |