summaryrefslogtreecommitdiff
path: root/fpemulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'fpemulation.c')
-rw-r--r--fpemulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpemulation.c b/fpemulation.c
index ac92099..14c2e0d 100644
--- a/fpemulation.c
+++ b/fpemulation.c
@@ -53,7 +53,7 @@ DoEmFloat(void)
bbase = malloc(ARRAY_SIZE * sizeof(InternalFPF));
cbase = malloc(ARRAY_SIZE * sizeof(InternalFPF));
-
+
SetupCPUEmFloatArrays(abase, bbase); /* FIXME: ugly */
/* See if we need to do self-adjusting code.*/