Added a comment.
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:36:07 +0000 (21:36 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:36:07 +0000 (21:36 +0000)
v7/src/runtime/intrpt.scm

index 05a910f5c4a87c8686b6b990cb03d8642e5fb900..4f8332afd5e62027a7e66c2e2867451060ffdfe5 100644 (file)
@@ -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)