Changed %arity-dispatcher-tag to be a knownd `special' symbol and
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 19 Apr 1995 22:53:02 +0000 (22:53 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 19 Apr 1995 22:53:02 +0000 (22:53 +0000)
changed microcode/boot.c to match.  (This should probably be a fixed
bit pattern rather than a symbol).

v8/src/compiler/midend/fakeprim.scm

index 89a55331f8bb3ef68835055ddcc06fe969d90946..92f6fed839ae77923fd488507da56f183ce898bf 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: fakeprim.scm,v 1.12 1995/04/15 15:49:38 adams Exp $
+$Id: fakeprim.scm,v 1.13 1995/04/19 22:53:02 adams Exp $
 
 Copyright (c) 1994 Massachusetts Institute of Technology
 
@@ -502,7 +502,7 @@ MIT in each case. |#
 (cookie-call %primitive-apply cont 'NARGS 'primitive-object #!rest values)
 \f
 (define %arity-dispatcher-tag
-  (make-constant "#[arity-dispatcher-tag]"))
+  (make-constant "#[(microcode)arity-dispatcher-tag]"))
 
 (define %unspecific
   ;; Magic cookie representing an ignorable value