JIT: fix slow path branch patch for structure-field assignment

The broken branch patch caused the slow path to be taken on
PPC.
This commit is contained in:
Matthew Flatt 2013-09-09 20:43:20 -06:00
parent fc9b23e550
commit df2e2d76c7

View File

@ -513,7 +513,7 @@ static int generate_inlined_struct_op(int kind, mz_jit_state *jitter,
if (ref) {
__START_SHORT_JUMPS__(1);
ref2 = jit_jmpi(jit_forward());
mz_patch_ucbranch(ref);
mz_patch_branch(ref);
__END_SHORT_JUMPS__(1);
} else
ref2 = NULL;