From 78681448e4f12de7421d706f2f0a7fb689e3c44b Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 20 Aug 1990 15:00:15 +0000 Subject: [PATCH] new table (merged with m68k2) --- mach/m68k4/ncg/.distr | 1 + mach/m68k4/ncg/whichone.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mach/m68k4/ncg/.distr b/mach/m68k4/ncg/.distr index cdf251bcd..3a0199118 100644 --- a/mach/m68k4/ncg/.distr +++ b/mach/m68k4/ncg/.distr @@ -4,5 +4,6 @@ mach.c mach.h table whichone.h +instrmacs.h tables1.c tables1.h diff --git a/mach/m68k4/ncg/whichone.h b/mach/m68k4/ncg/whichone.h index a18eb8fca..35ac4acf6 100644 --- a/mach/m68k4/ncg/whichone.h +++ b/mach/m68k4/ncg/whichone.h @@ -3,6 +3,6 @@ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ -#ifndef TBL68000 -#define TBL68000 -#endif +#define WORD_SIZE 4 /* should be 2 or 4 */ +#define TBL68000 1 /* should be TBL68000 or TBL68020 */ +/* define TBL68881 1 /* define to use floating point processor */ -- 2.34.1