diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-24 13:12:00 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:32:46 +0100 |
commit | 6b4c305cbd549e9d12a6b0192fdb8d6519a9664c (patch) | |
tree | 1a40204f1b0dd68849f5e4a83a52fbdc607cf13f /target-sh4 | |
parent | 927d4878b0ff319ed87fed9363f314613b0a5ed9 (diff) |
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 7c50c798b8..34e9b0acf7 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -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); |