From 7b93b78cd49afe7593ea62ecc194e8276c7e03c7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Jan 1991 18:19:36 +0000 Subject: [PATCH] NeXT needs 6-bit type code. --- 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 2db1e2572..0927f9611 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.1 1990/09/06 19:02:06 cph Exp $ +$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 $ 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 +#define C_SWITCH_MACHINE -DNeXT -DTYPE_CODE_LENGTH=6 #define LD_SWITCH_MACHINE -- 2.25.1