guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 95/437: another fix to jit_fp_btest


From: Andy Wingo
Subject: [Guile-commits] 95/437: another fix to jit_fp_btest
Date: Mon, 2 Jul 2018 05:13:52 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit d671ec726dc0ded90e5c778e2d1ea66ecd62df9a
Author: Paolo Bonzini <address@hidden>
Date:   Tue Feb 17 12:20:19 2009 +0100

    another fix to jit_fp_btest
    
    2009-02-17  Paolo Bonzini  <address@hidden>
    
        * lightning/i386/fp-32.h: Another fix to jit_fp_btest.
---
 ChangeLog              | 4 ++++
 lightning/i386/fp-32.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a842218..e956e8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-02-17  Paolo Bonzini  <address@hidden>
 
+       * lightning/i386/fp-32.h: Another fix to jit_fp_btest.
+
+2009-02-17  Paolo Bonzini  <address@hidden>
+
        * lightning/fp-common.h: Define double branches if missing.
        * lightning/i386/asm.h: Define JC and JNC mnemonics.
        * lightning/i386/fp-32.h: Fix jit_fp_btest.  All reported
diff --git a/lightning/i386/fp-32.h b/lightning/i386/fp-32.h
index 71e5677..b957b69 100644
--- a/lightning/i386/fp-32.h
+++ b/lightning/i386/fp-32.h
@@ -262,7 +262,7 @@ union jit_double_imm {
         ((cmp) ? CMPLir ((cmp), _AL) : 0),                     \
         POPLr(_EAX),                                           \
         res ((d)),                                            \
-       _jit.x.ppc)
+       _jit.x.pc)
 
 #define jit_nothing_needed(x)
 



reply via email to

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