aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/helper.c
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-alpha/helper.c
parent927d4878b0ff319ed87fed9363f314613b0a5ed9 (diff)
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-alpha/helper.c')
-rw-r--r--target-alpha/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c
index 2430f70aca..22c9c6ec8c 100644
--- a/target-alpha/helper.c
+++ b/target-alpha/helper.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#include "cpu.h"
-#include "softfloat.h"
+#include "fpu/softfloat.h"
#include "helper.h"
uint64_t cpu_alpha_load_fpcr (CPUAlphaState *env)