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:
69dd9e5
)
Fix bug in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 18 Dec 1993 07:15:57 +0000
(07:15 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 18 Dec 1993 07:15:57 +0000
(07:15 +0000)
v7/src/compiler/back/bittop.scm
patch
|
blob
|
history
diff --git
a/v7/src/compiler/back/bittop.scm
b/v7/src/compiler/back/bittop.scm
index 1f333b6c7cbd30e7fca143466703a05ccadc5939..0e4c74ef3ca0cc50ad8d8faa398e2aaf31aaa11d 100644
(file)
--- a/
v7/src/compiler/back/bittop.scm
+++ b/
v7/src/compiler/back/bittop.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: bittop.scm,v 1.1
8 1993/12/09 01:17:55 gjr
Exp $
+$Id: bittop.scm,v 1.1
9 1993/12/18 07:15:57 cph
Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-184,7
+184,7
@@
MIT in each case. |#
(let ((ob (object-new-type (ucode-type vector) output-block)))
(subvector-fill! ob
(fix:+ bl 1)
- (vector-length ob)
+ (
system-
vector-length ob)
#f)
(vector-set! ob 0
((ucode-primitive primitive-object-set-type)