From: Stephen Adams Date: Wed, 26 Jul 1995 21:07:44 +0000 (+0000) Subject: Added slot for trampoline generator. X-Git-Tag: 20090517-FFI~6153 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=24169e02c70b52993205dca4c2c66b73789fd3e8;p=mit-scheme.git Added slot for trampoline generator. --- 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