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-alpha/fpu_helper.c | |
parent | 927d4878b0ff319ed87fed9363f314613b0a5ed9 (diff) | |
download | qemu-6b4c305cbd549e9d12a6b0192fdb8d6519a9664c.zip |
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-alpha/fpu_helper.c')
-rw-r--r-- | target-alpha/fpu_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/fpu_helper.c b/target-alpha/fpu_helper.c index fe988ec459..fad3575549 100644 --- a/target-alpha/fpu_helper.c +++ b/target-alpha/fpu_helper.c @@ -19,7 +19,7 @@ #include "cpu.h" #include "helper.h" -#include "softfloat.h" +#include "fpu/softfloat.h" #define FP_STATUS (env->fp_status) |