ppc: Correct 64 bit build - 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
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2023年04月06日 17:55:03 -0300
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2023年04月06日 17:55:03 -0300
commit5764dfb0ee0e5b719015a9557035ffb291d7cee8 (patch)
tree6502a5c0964cf241d1a655363644cb626f1c12ec /lib
parentb074f9cd7303fa255b9cbe08d697594695c9629f (diff)
downloadlightning-5764dfb0ee0e5b719015a9557035ffb291d7cee8.tar.gz
ppc: Correct 64 bit build
Diffstat (limited to 'lib')
-rw-r--r--lib/jit_ppc.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_ppc.c b/lib/jit_ppc.c
index e136afd..de85fc4 100644
--- a/lib/jit_ppc.c
+++ b/lib/jit_ppc.c
@@ -1917,7 +1917,7 @@ _emit_code(jit_state_t *_jit)
movr_w_d(rn(node->u.w), rn(node->v.w));
break;
case jit_code_movi_w_d:
- movi_w_d(rn(node->u.w), node->v.w, node->w.w);
+ movi_w_d(rn(node->u.w), node->v.w);
break;
#else
case jit_code_movr_ww_d:
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月05日 02:52:27 +0000

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