Fix the mask for the GC interrupt.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sat, 11 Jul 2015 20:59:16 +0000 (13:59 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sat, 11 Jul 2015 20:59:16 +0000 (13:59 -0700)
src/runtime/intrpt.scm

index 1fd45dd93b73add915474aa5610048786d3d8832..ef0f93f63c0f023071f52f528008e9b945697e04 100644 (file)
@@ -236,8 +236,7 @@ USA.
                     interrupt-mask/none)
 
        (vector-set! interrupt-mask-vector gc-slot
-                    ;; interrupt-mask/none
-                    (fix:lsh 1 global-gc-slot))
+                    interrupt-mask/none)
 
        (vector-set! system-interrupt-vector timer-slot
                     timer-interrupt-handler)