Change definition of `compiled-entry-kind' for return addresses. Now,
authorChris Hanson <org/chris-hanson/cph>
Thu, 29 Dec 1988 07:33:57 +0000 (07:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 29 Dec 1988 07:33:57 +0000 (07:33 +0000)
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
v8/src/microcode/version.h

index ad93941f5e5e3bed825e9296e75e85b145b6e130..d24a3195302691a217d0de11451a41da189c3d6b 100644 (file)
@@ -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
index 97559ed980e813cfe9930187b9812858a6b6714f..c96f87cf9302d0e8e059c0d6c830178d44cc36ef 100644 (file)
@@ -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