From 1e7e9a3fef49e7dbf51bcd6a226090ea8ee97e59 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Dec 1988 07:33:57 +0000 Subject: [PATCH] Change definition of `compiled-entry-kind' for return addresses. Now, the second element is a subtype: 0 means that the offset to the next return address is fixed and known; 1 means that the next element on the stack is a dynamic link, which points at the next return address; and 2 means that this is the "return-to-interpreter" return address. The third element is either a non-negative offset (for subtypes 0 and 2) or -1 (for subtype 1). --- v7/src/microcode/version.h | 4 ++-- v8/src/microcode/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index ad93941f5..d24a31953 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.65 1988/12/23 04:32:55 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.66 1988/12/29 07:33:57 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 65 +#define SUBVERSION 66 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 97559ed98..c96f87cf9 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.65 1988/12/23 04:32:55 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.66 1988/12/29 07:33:57 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 65 +#define SUBVERSION 66 #endif #ifndef UCODE_TABLES_FILENAME -- 2.25.1