Local stack overflow interrupt index incorrect.
authorChris Hanson <org/chris-hanson/cph>
Mon, 5 Jan 1987 17:25:05 +0000 (17:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 5 Jan 1987 17:25:05 +0000 (17:25 +0000)
v7/src/runtime/gc.scm

index b9f168f13c3e5ef571e21a555823b76635528512..a51071ea7e79bc89bbcb08ca831c027029d945a5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    Copyright (c) 1986 Massachusetts Institute of Technology
+;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -37,6 +37,8 @@
 
 ;;;; Garbage Collector
 
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/gc.scm,v 1.92 1987/01/05 17:25:05 cph Exp $
+
 (declare (usual-integrations)
         (compilable-primitive-functions
          garbage-collect primitive-purify primitive-impurify primitive-fasdump
@@ -90,7 +92,7 @@
               (gc-flip Default-Safety-Margin)))
 
 (vector-set! (vector-ref (get-fixed-objects-vector) 1)
-            1                          ;Local Stack Overflow Interrupt
+            0                          ;Local Stack Overflow Interrupt
             (named-lambda (stack-overflow-interrupt interrupt-code
                                                     interrupt-enables)
               (stack-overflow)