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_ia64-cpu.c
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2023年04月19日 21:11:33 -0300
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2023年04月19日 21:11:33 -0300
commit26f864b2aa722dc3e97dde2ed219987f19c71958 (patch)
treeed282b9499f8178e3c12bbf18027a65a46d1e69c /lib/jit_ia64-cpu.c
parent73585e4de885307f2781d986a715ab52a584349f (diff)
downloadlightning-26f864b2aa722dc3e97dde2ed219987f19c71958.tar.gz
Reorder jit_code_t enum and pass tests in all ports but hppa
The reorder is mostly a cosmetic change. The hppa port is failing unldr.tst and for some time, catomic. The unldr failure should be a bug in the virtual machine used for testing. For now assume it would work on actual hardware. The catomic crash is some bug in pthread_join, that appears not working correctly. This patch also fixes build and adds minor patches to pass all tests in s390, s390x and ia64.
Diffstat (limited to 'lib/jit_ia64-cpu.c')
-rw-r--r--lib/jit_ia64-cpu.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_ia64-cpu.c b/lib/jit_ia64-cpu.c
index 4320074..4460940 100644
--- a/lib/jit_ia64-cpu.c
+++ b/lib/jit_ia64-cpu.c
@@ -210,7 +210,7 @@ typedef enum {
#define ldxr(r0,r1,r2) ldxr_l(r0,r1,r2)
#define ldxi(r0,r1,i0) ldxi_l(r0,r1,i0)
#define str(r0,r1) str_l(r0,r1)
-#define sti(i0,r0) str_l(i0,r0)
+#define sti(i0,r0) sti_l(i0,r0)
#define stxr(r0,r1,r2) stxr_l(r0,r1,r2)
#define stxi(i0,r0,r1) stxi_l(i0,r0,r1)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月16日 09:43:40 +0000

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