From e567f1b82fe2de6820de18f810899b0dca1eaa8e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 15 Feb 1991 01:14:34 +0000 Subject: [PATCH] Update to match 68k version after CPH's fix of top-level "illegal return address" bug. --- v7/src/compiler/machines/vax/make.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/vax/make.scm b/v7/src/compiler/machines/vax/make.scm index 2deb34c90..d294fe3c2 100644 --- a/v7/src/compiler/machines/vax/make.scm +++ b/v7/src/compiler/machines/vax/make.scm @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/make.scm,v 4.46 1991/02/15 00:42:07 jinx Exp $ -$MC68020-Header: make.scm,v 4.77 90/11/19 22:51:08 GMT cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/make.scm,v 4.78 1991/02/15 01:14:34 jinx Exp $ +$MC68020-Header: make.scm,v 4.78 1991/02/15 00:19:58 cph Exp $ Copyright (c) 1987, 1989, 1991 Massachusetts Institute of Technology @@ -43,4 +43,4 @@ MIT in each case. |# '((COMPILER MACROS) (COMPILER DECLARATIONS) (COMPILER DISASSEMBLER MACROS))) -(add-system! (make-system "Liar (DEC VAX)" 4 77 '())) \ No newline at end of file +(add-system! (make-system "Liar (DEC VAX)" 4 78 '())) \ No newline at end of file -- 2.25.1