fix JIT bug in fl argument checking with CGC or PPC

svn: r17350
This commit is contained in:
Matthew Flatt 2009-12-18 17:23:09 +00:00
parent 9192f073d0
commit 14ce6e48e6

View File

@ -4588,6 +4588,8 @@ static int generate_arith(mz_jit_state *jitter, Scheme_Object *rator, Scheme_Obj
} else {
int unbox = jitter->unbox;
if (unsafe_fl < 0) unsafe_fl = 0;
/* While generating a fixnum op, don't unbox! */
jitter->unbox = 0;