From: Chris Hanson Date: Thu, 29 Dec 1988 07:33:57 +0000 (+0000) Subject: Change definition of `compiled-entry-kind' for return addresses. Now, X-Git-Tag: 20090517-FFI~12316 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1e7e9a3fef49e7dbf51bcd6a226090ea8ee97e59;p=mit-scheme.git 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). --- 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