summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/ppc.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/ppc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/ppc.h b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
index dcfb8b968a..754d633d11 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/ppc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
@@ -291,7 +291,7 @@ extern "C" {
#define PPC_INTERRUPT_MAX 125
/*#define PPC_HAS_FPU 0 */ /* my 8260 is one the few with no FPU */
#define PPC_HAS_FPU 1 /* the rest do have one */
-#define PPC_HAS_DOUBLE 0
+#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else