From 8b6938d844ed23b875ce6606e39c5cb72d4612e5 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 24 Mar 1991 05:12:26 +0000 Subject: [PATCH] Choose alternate MC68k closure format that works on the MC68040. --- v7/src/microcode/m/next.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/m/next.h b/v7/src/microcode/m/next.h index 0927f9611..2455ee861 100644 --- a/v7/src/microcode/m/next.h +++ b/v7/src/microcode/m/next.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for NeXT -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/next.h,v 1.2 1991/01/02 18:19:36 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/next.h,v 1.3 1991/03/24 05:12:26 jinx Exp $ Copyright (c) 1990 Massachusetts Institute of Technology @@ -34,5 +34,5 @@ promotional, or sales literature without prior written consent from MIT in each case. */ #define PROC_TYPE PROC_TYPE_68020 -#define C_SWITCH_MACHINE -DNeXT -DTYPE_CODE_LENGTH=6 +#define C_SWITCH_MACHINE -DNeXT -DTYPE_CODE_LENGTH=6 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE #define LD_SWITCH_MACHINE -- 2.25.1