aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-24 13:12:00 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:32:46 +0100
commit6b4c305cbd549e9d12a6b0192fdb8d6519a9664c (patch)
tree1a40204f1b0dd68849f5e4a83a52fbdc607cf13f /target-microblaze
parent927d4878b0ff319ed87fed9363f314613b0a5ed9 (diff)
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-microblaze')
-rw-r--r--target-microblaze/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h
index 5358941ae4..4de22266ef 100644
--- a/target-microblaze/cpu.h
+++ b/target-microblaze/cpu.h
@@ -27,7 +27,7 @@
#define CPUArchState struct CPUMBState
#include "exec/cpu-defs.h"
-#include "softfloat.h"
+#include "fpu/softfloat.h"
struct CPUMBState;
typedef struct CPUMBState CPUMBState;
#if !defined(CONFIG_USER_ONLY)