From 24169e02c70b52993205dca4c2c66b73789fd3e8 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 26 Jul 1995 21:07:44 +0000 Subject: [PATCH] Added slot for trampoline generator. --- v8/src/microcode/fixobj.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/v8/src/microcode/fixobj.h b/v8/src/microcode/fixobj.h index c2e57daaa..6faac43bb 100644 --- a/v8/src/microcode/fixobj.h +++ b/v8/src/microcode/fixobj.h @@ -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 -- 2.25.1