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:
parent
fc9b23e550
commit
df2e2d76c7
|
@ -513,7 +513,7 @@ static int generate_inlined_struct_op(int kind, mz_jit_state *jitter,
|
||||||
if (ref) {
|
if (ref) {
|
||||||
__START_SHORT_JUMPS__(1);
|
__START_SHORT_JUMPS__(1);
|
||||||
ref2 = jit_jmpi(jit_forward());
|
ref2 = jit_jmpi(jit_forward());
|
||||||
mz_patch_ucbranch(ref);
|
mz_patch_branch(ref);
|
||||||
__END_SHORT_JUMPS__(1);
|
__END_SHORT_JUMPS__(1);
|
||||||
} else
|
} else
|
||||||
ref2 = NULL;
|
ref2 = NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user