diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-16 23:56:58 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-14 17:13:53 +0100 |
commit | 737cca57d3f3a2dd10ef397a33a97de619a5456a (patch) | |
tree | 320cac0416ec8d8cc31fd2775acc8308986e5a01 /target/mips/mips-defs.h | |
parent | 07ae8ccd0fc4ab5a9766ebc1486ed81a1b4c5f41 (diff) | |
download | qemu-737cca57d3f3a2dd10ef397a33a97de619a5456a.zip |
target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
Remove a comment added 12 years ago but never used (commit
b6d96beda3a: "Use temporary registers for the MIPS FPU emulation").
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210104221154.3127610-2-f4bug@amsat.org>
Diffstat (limited to 'target/mips/mips-defs.h')
-rw-r--r-- | target/mips/mips-defs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/mips/mips-defs.h b/target/mips/mips-defs.h index ed6a7a9e54..555e165fb0 100644 --- a/target/mips/mips-defs.h +++ b/target/mips/mips-defs.h @@ -1,12 +1,6 @@ #ifndef QEMU_MIPS_DEFS_H #define QEMU_MIPS_DEFS_H -/* - * If we want to use host float regs... - * - * #define USE_HOST_FLOAT_REGS - */ - /* Real pages are variable size... */ #define MIPS_TLB_MAX 128 |