Fix bug in "cmp68020.s": multiple variable cache initialization code
authorChris Hanson <org/chris-hanson/cph>
Wed, 29 Jul 1987 03:57:02 +0000 (03:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 29 Jul 1987 03:57:02 +0000 (03:57 +0000)
where D1 was not restored properly after calling into the interpreter.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 820703aa3294ec75d20002b0a2194de2d451f8c1..02fd19cf94a42ec01f4ce7e9c968a8f2bbef1fd5 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.86 1987/07/23 21:54:31 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.87 1987/07/29 03:57:02 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     86
+#define SUBVERSION     87
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 4217dabf28cac6c8cbbb6f477c18aecf3d70eeaf..0d6b6a1b467c9295d8332ad5100eb648e3c3b0dc 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.86 1987/07/23 21:54:31 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.87 1987/07/29 03:57:02 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     86
+#define SUBVERSION     87
 #endif
 
 #ifndef UCODE_TABLES_FILENAME