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:
825e4e5
)
Added slot for trampoline generator.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 21:07:44 +0000
(21:07 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 21:07:44 +0000
(21:07 +0000)
v8/src/microcode/fixobj.h
patch
|
blob
|
history
diff --git
a/v8/src/microcode/fixobj.h
b/v8/src/microcode/fixobj.h
index c2e57daaabda8afb702e77d9c89d5c465fbe44bd..6faac43bb248307fa2b2026c92f5c4bc26fb3fe4 100644
(file)
--- a/
v8/src/microcode/fixobj.h
+++ b/
v8/src/microcode/fixobj.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: fixobj.h,v 9.3
7 1994/03/25 01:02:05 gjr
Exp $
+$Id: fixobj.h,v 9.3
8 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