1
0
forked from GitHub/gf-core

bugfix in the JIT compiler for 64bit machines

This commit is contained in:
krasimir
2016-04-13 14:58:12 +00:00
parent 83d878a636
commit 76a6cc1bb5

View File

@@ -458,7 +458,7 @@ pgf_jit_gates(PgfReader* rdr)
jit_movr_p(JIT_FP, JIT_SP);
jit_movi_p(JIT_R1, gates->update_closure);
jit_pushr_p(JIT_R1);
jit_retval(JIT_VCLOS);
jit_retval_p(JIT_VCLOS);
jit_patch(ref);
jit_ldr_p(JIT_R0, JIT_VCLOS);
jit_jmpr(JIT_R0);