From: Guillermo J. Rozas Date: Mon, 22 Feb 1988 22:15:35 +0000 (+0000) Subject: Fix bug in compiler_interrupt_procedure. X-Git-Tag: 20090517-FFI~12892 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=95457bde272f599e92d5e17c874e62c4a49f76b6;p=mit-scheme.git Fix bug in compiler_interrupt_procedure. It was clobbering the dlink register, and this lost when gc was disabled (and the gc interrupt ignored). --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 8d07c24ba..abfa31a1c 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -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 10.24 1988/02/21 17:34:56 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.25 1988/02/22 22:15:35 jinx Exp $ This file contains version information for the microcode. */ @@ -46,7 +46,7 @@ This file contains version information for the microcode. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 24 +#define SUBVERSION 25 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 37f936032..12490eecb 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -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 10.24 1988/02/21 17:34:56 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.25 1988/02/22 22:15:35 jinx Exp $ This file contains version information for the microcode. */ @@ -46,7 +46,7 @@ This file contains version information for the microcode. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 24 +#define SUBVERSION 25 #endif #ifndef UCODE_TABLES_FILENAME