mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
927d4878b0
commit
6b4c305cbd
26 changed files with 25 additions and 27 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
#include "softfloat.h"
|
||||
#include "fpu/softfloat.h"
|
||||
|
||||
#define TARGET_PAGE_BITS 12 /* 4k XXXXX */
|
||||
|
||||
|
@ -230,8 +230,6 @@ static inline void cpu_set_tls(CPUSH4State *env, target_ulong newtls)
|
|||
|
||||
void cpu_load_tlb(CPUSH4State * env);
|
||||
|
||||
#include "softfloat.h"
|
||||
|
||||
static inline CPUSH4State *cpu_init(const char *cpu_model)
|
||||
{
|
||||
SuperHCPU *cpu = cpu_sh4_init(cpu_model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue