fix type mismatch in JIT

This commit is contained in:
Matthew Flatt 2014-04-19 15:19:08 -06:00
parent b2c6d5e489
commit 7bccae1ce0

View File

@ -3542,7 +3542,7 @@ int scheme_generate_inlined_binary(mz_jit_state *jitter, Scheme_App3_Rec *app, i
mz_rs_sync_fail_branch(); mz_rs_sync_fail_branch();
__START_TINY_JUMPS__(1); __START_TINY_JUMPS__(1);
ref = jit_bnei_ul(jit_forward(), JIT_R0, scheme_undefined); ref = jit_bnei_p(jit_forward(), JIT_R0, scheme_undefined);
__END_TINY_JUMPS__(1); __END_TINY_JUMPS__(1);
scheme_mz_load_retained(jitter, JIT_R1, app->rand2); scheme_mz_load_retained(jitter, JIT_R1, app->rand2);