Correct extra regressions found by the call.tst test case. - lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/lib/jit_mips.c
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2012年12月28日 10:28:50 -0200
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2012年12月28日 10:28:50 -0200
commit1287a2d4486d0281ed97e309c83bd3d38131fbd0 (patch)
tree3f5030a674a91c1cd61959181d27dc7a4f32f75e /lib/jit_mips.c
parent3ee09ecc64ad49986260d9165011528e66503a82 (diff)
downloadlightning-1287a2d4486d0281ed97e309c83bd3d38131fbd0.tar.gz
Correct extra regressions found by the call.tst test case.
* lib/jit_arm.c, lib/jit_mips-cpu.c, lib/jit_mips.c: Correct regressions when patching jit_calli for a forward function. * lib/jit_ppc-cpu.c: Correct wrong arguments to ANDI opcode in jit_getarg_u{c,s} implementation.
Diffstat (limited to 'lib/jit_mips.c')
-rw-r--r--lib/jit_mips.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_mips.c b/lib/jit_mips.c
index 1773b5d..80ac40d 100644
--- a/lib/jit_mips.c
+++ b/lib/jit_mips.c
@@ -1180,7 +1180,7 @@ _jit_emit(jit_state_t *_jit)
temp = node->u.n;
assert(temp->code == jit_code_label ||
temp->code == jit_code_epilog);
- word = calli(temp->u.w);
+ word = calli_p(temp->u.w);
if (!(temp->flag & jit_flag_patch))
patch(word, node);
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月21日 21:17:00 +0000

AltStyle によって変換されたページ (->オリジナル) /