lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix build on 32 bit x86


From: Zachary Cook
Subject: [PATCH] Fix build on 32 bit x86
Date: Wed, 28 Apr 2021 18:17:06 -0400

Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
---
 lib/jit_x86-cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/jit_x86-cpu.c b/lib/jit_x86-cpu.c
index 1db522a..547f36c 100644
--- a/lib/jit_x86-cpu.c
+++ b/lib/jit_x86-cpu.c
@@ -3475,8 +3475,8 @@ _jmpi(jit_state_t *_jit, jit_word_t i0)
        w = i0 - (_jit->pc.w + 4);
        ii(w);
        word = _jit->pc.w;
-    }
 #if __X64
+    }
     else
        word = jmpi_p(i0);
 #endif
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]