diff options
author | Paolo Bonzini | 2012-10-24 13:12:00 +0200 |
---|---|---|
committer | Paolo Bonzini | 2012-12-19 08:32:46 +0100 |
commit | 6b4c305cbd549e9d12a6b0192fdb8d6519a9664c (patch) | |
tree | 1a40204f1b0dd68849f5e4a83a52fbdc607cf13f /target-ppc/cpu.h | |
parent | softmmu: move remaining include files to include/ subdirectories (diff) | |
download | qemu-6b4c305cbd549e9d12a6b0192fdb8d6519a9664c.tar.gz qemu-6b4c305cbd549e9d12a6b0192fdb8d6519a9664c.tar.xz qemu-6b4c305cbd549e9d12a6b0192fdb8d6519a9664c.zip |
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 610bcd544b..e88ebe00d4 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -75,7 +75,7 @@ #include "exec/cpu-defs.h" -#include "softfloat.h" +#include "fpu/softfloat.h" #define TARGET_HAS_ICE 1 |