From bcd4dcdea03a3403a7c48f83cdc70279138da19b Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 29 Jan 1994 21:36:07 +0000 Subject: [PATCH] Added a comment. --- v7/src/runtime/intrpt.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/intrpt.scm b/v7/src/runtime/intrpt.scm index 05a910f5c..4f8332afd 100644 --- a/v7/src/runtime/intrpt.scm +++ b/v7/src/runtime/intrpt.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: intrpt.scm,v 14.19 1993/08/31 08:52:18 cph Exp $ +$Id: intrpt.scm,v 14.20 1994/01/29 21:36:07 adams Exp $ Copyright (c) 1988-93 Massachusetts Institute of Technology @@ -70,6 +70,9 @@ MIT in each case. |# (process-timer-clear 0) (real-timer-clear 0)) +;; These interrupt bit positions must be allocated to bits that fit in +;; the datum field of a positive-fixnum. + (define-integrable stack-overflow-slot 0) (define-integrable global-gc-slot 1) (define-integrable gc-slot 2) -- 2.25.1