Changed bit pattern associated with unspecific.
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 27 Jul 1995 20:31:23 +0000 (20:31 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 27 Jul 1995 20:31:23 +0000 (20:31 +0000)
This really ought to be done by asking the microcode.

v8/src/runtime/global.scm

index 5c01b769b4fa7e43cf4783fa2490750d71ae895e..b75a977d6f93ab1faf7fab4152fb10624d33d222 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.48 1995/05/03 21:37:11 adams Exp $
+$Id: global.scm,v 14.49 1995/07/27 20:31:23 adams Exp $
 
-Copyright (c) 1988-93 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -302,7 +302,7 @@ MIT in each case. |#
       (eq? object (microcode-object/unassigned))))
 
 (define unspecific
-  (object-new-type (ucode-type constant) 1))
+  (object-new-type (ucode-type constant) #x3800000))
 
 (define *the-non-printing-object*
   unspecific)