wingo pushed a commit to branch lightning
in repository guile.

commit be9068f2ee286c1b872758f65fcd7728fd61c678
Author: pcpa <[email protected]>
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