Added slot for trampoline generator.
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 21:07:44 +0000 (21:07 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 21:07:44 +0000 (21:07 +0000)
v8/src/microcode/fixobj.h

index c2e57daaabda8afb702e77d9c89d5c465fbe44bd..6faac43bb248307fa2b2026c92f5c4bc26fb3fe4 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: fixobj.h,v 9.37 1994/03/25 01:02:05 gjr Exp $
+$Id: fixobj.h,v 9.38 1995/07/26 21:07:44 adams Exp $
 
 Copyright (c) 1987-1994 Massachusetts Institute of Technology
 
@@ -140,4 +140,9 @@ MIT in each case. */
                                                  indicating if there may be more.
                                              */
 
-#define NFixed_Objects                 0x41
+#define Linker_Cache_Generator         0x41 /* Procedure for generating
+                                               compiled code substitutes
+                                               for tramplines.
+                                            */
+
+#define NFixed_Objects                 0x42