projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3700d
)
Added a comment.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:36:07 +0000
(21:36 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:36:07 +0000
(21:36 +0000)
v7/src/runtime/intrpt.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/intrpt.scm
b/v7/src/runtime/intrpt.scm
index 05a910f5c4a87c8686b6b990cb03d8642e5fb900..4f8332afd5e62027a7e66c2e2867451060ffdfe5 100644
(file)
--- 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)