guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 199/437: Correct wrong shift value for 32 bit


From: Andy Wingo
Subject: [Guile-commits] 199/437: Correct wrong shift value for 32 bit
Date: Mon, 2 Jul 2018 05:14:17 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit be9068f2ee286c1b872758f65fcd7728fd61c678
Author: pcpa <address@hidden>
Date:   Fri Mar 22 19:48:44 2013 -0300

    Correct wrong shift value for 32 bit
---
 lib/lightning.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lightning.c b/lib/lightning.c
index 613e663..66fcca7 100644
--- a/lib/lightning.c
+++ b/lib/lightning.c
@@ -24,7 +24,7 @@
 #define jit_regload_isdead             2       /* delete and unset live bit */
 
 #if __WORDSIZE == 32
-#  define bmp_shift                    3
+#  define bmp_shift                    5
 #else
 #  define bmp_shift                    6
 #endif



reply via email to

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