mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
target/mips: Extract FPU helpers to 'fpu_helper.h'
Extract FPU specific helpers from "internal.h" to "fpu_helper.h". Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201120210844.2625602-2-f4bug@amsat.org>
This commit is contained in:
parent
9bcd41d41f
commit
81ddae7c30
11 changed files with 69 additions and 50 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "cpu_loop-common.h"
|
||||
#include "elf.h"
|
||||
#include "internal.h"
|
||||
#include "fpu_helper.h"
|
||||
|
||||
# ifdef TARGET_ABI_MIPSO32
|
||||
# define MIPS_SYSCALL_NUMBER_UNUSED -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue