mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
Remove a comment added 12 years ago but never used (commit
b6d96beda3
: "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>
This commit is contained in:
parent
07ae8ccd0f
commit
737cca57d3
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue