aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/float.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ficl/float.c')
-rw-r--r--sys/boot/ficl/float.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/ficl/float.c b/sys/boot/ficl/float.c
index 3fe858147c8f..d757b23648bc 100644
--- a/sys/boot/ficl/float.c
+++ b/sys/boot/ficl/float.c
@@ -977,6 +977,8 @@ int ficlParseFloatNumber( FICL_VM *pVM, STRINGINFO si )
}
PUSHFLOAT(accum);
+ if (pVM->state == COMPILE)
+ fliteralIm(pVM);
return(1);
}
@@ -1062,3 +1064,4 @@ void ficlCompileFloat(FICL_SYSTEM *pSys)
#endif
return;
}
+