lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--lib/jit_hppa.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_hppa.c b/lib/jit_hppa.c
index bb71827..558524b 100644
--- a/lib/jit_hppa.c
+++ b/lib/jit_hppa.c
@@ -743,7 +743,7 @@ _jit_regarg_p(jit_state_t *_jit, jit_node_t *node, jit_int32_t regno)
spec = jit_class(_rvs[regno].spec);
if (spec & jit_class_arg) {
if (spec & jit_class_gpr) {
- regno = _R26 - regno;
+ regno -= _R23;
if (regno >= 0 && regno < node->v.w)
return (1);
}
generated by cgit v1.2.3 (git 2.25.1) at 2025年10月08日 03:58:41 +0000

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