guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 260/437: Correct source of the self test case and a miss


From: Andy Wingo
Subject: [Guile-commits] 260/437: Correct source of the self test case and a missed check failure.
Date: Mon, 2 Jul 2018 05:14:33 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 485584546a70ba316935b1cd356749ae541e9e3c
Author: pcpa <address@hidden>
Date:   Thu Oct 3 19:05:52 2013 -0300

    Correct source of the self test case and a missed check failure.
---
 check/Makefile.am           | 2 +-
 include/lightning/jit_x86.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/check/Makefile.am b/check/Makefile.am
index 3684041..48cd9fa 100644
--- a/check/Makefile.am
+++ b/check/Makefile.am
@@ -25,7 +25,7 @@ ccall_LDADD = $(top_builddir)/lib/liblightning.la -lm $(SHLIB)
 ccall_SOURCES = ccall.c
 
 self_LDADD = $(top_builddir)/lib/liblightning.la -lm $(SHLIB)
-self_SOURCES = ccall.c
+self_SOURCES = self.c
 
 $(top_builddir)/lib/liblightning.la:
        cd $(top_builddir)/lib; $(MAKE) $(AM_MAKEFLAGS) liblightning.la
diff --git a/include/lightning/jit_x86.h b/include/lightning/jit_x86.h
index 76718eb..3166f71 100644
--- a/include/lightning/jit_x86.h
+++ b/include/lightning/jit_x86.h
@@ -66,7 +66,7 @@ typedef enum {
 #  define jit_v(i)             (_RBX + (i))
 #  define jit_v_num()          4
 #  define jit_arg_f_reg_p(i)   ((i) >= 0 && (i) < 8)
-#  define jit_f(index)         (_XMM0 + (index))
+#  define jit_f(index)         (_XMM8 + (index))
 #  define jit_f_num()          8
 #  define JIT_R0               _RAX
 #  define JIT_R1               _R10



reply via email to

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