guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: AArch64 fix


From: Andy Wingo
Subject: [Guile-commits] 01/02: AArch64 fix
Date: Tue, 21 May 2019 09:35:23 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 33754ba8c7f85e0fd433c14cbe84d85749d2b23e
Author: Andy Wingo <address@hidden>
Date:   Tue May 21 15:34:40 2019 +0200

    AArch64 fix
---
 lightening/aarch64-cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lightening/aarch64-cpu.c b/lightening/aarch64-cpu.c
index 839e55c..50f2b9d 100644
--- a/lightening/aarch64-cpu.c
+++ b/lightening/aarch64-cpu.c
@@ -2541,7 +2541,7 @@ static uint32_t*
 jmp_without_veneer(jit_state_t *_jit)
 {
   uint32_t *loc = _jit->pc.ui;
-  emit_u32(_jit, encode_o26(_jit, A64_B));
+  emit_u32(_jit, encode_o26(A64_B));
   return loc;
 }
 



reply via email to

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