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_arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jit_arm.c')
-rw-r--r--lib/jit_arm.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_arm.c b/lib/jit_arm.c
index 5ceddf5..27693d2 100644
--- a/lib/jit_arm.c
+++ b/lib/jit_arm.c
@@ -2481,7 +2481,7 @@ _emit_code(jit_state_t *_jit)
* FIXME can this cause issues in the preprocessor prefetch
* or something else? should not, as the constants are after
* an unconditional jump */
- if (value & ARM_P) value = value & 0x00000fff;
+ if (value & ARM_U) value = value & 0x00000fff;
else value = -(value & 0x00000fff);
word = word + 8 + value;
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月20日 14:51:57 +0000

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