Don't use NULL type-code name.
authorChris Hanson <org/chris-hanson/cph>
Sat, 16 Apr 2005 03:08:47 +0000 (03:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 16 Apr 2005 03:08:47 +0000 (03:08 +0000)
v7/src/compiler/back/bittop.scm

index fff3fabfb5d4b4e88aacf1b50beee7435251ef75..5487c958a183015af653be49a76169ac2516883f 100644 (file)
@@ -1,8 +1,9 @@
 #| -*-Scheme-*-
 
-$Id: bittop.scm,v 1.24 2003/02/14 18:28:00 cph Exp $
+$Id: bittop.scm,v 1.25 2005/04/16 03:08:47 cph Exp $
 
-Copyright (c) 1988-1999 Massachusetts Institute of Technology
+Copyright 1987,1988,1989,1990,1991,1992 Massachusetts Institute of Technology
+Copyright 1993,2005 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -156,7 +157,7 @@ USA.
                       code-block)
          ((ucode-primitive primitive-object-set! 3)
           output-block 0
-          (object-new-type (ucode-type null) total-length))
+          (object-new-type (ucode-type manifest-vector) total-length))
          (insert-objects! output-block objects (fix:+ bl 1))
          output-block))))