From ddb9c2c80859b76058ddb1148eb8e4815aa9b12c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 Sep 1989 17:53:38 +0000 Subject: [PATCH] Add Harris HCX type. --- v7/src/microcode/unxutl/cf-dist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index bf838d74b..1dde1c82c 100644 --- a/v7/src/microcode/unxutl/cf-dist.h +++ b/v7/src/microcode/unxutl/cf-dist.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.5 1989/08/02 17:04:07 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.6 1989/09/19 17:53:38 cph Exp $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -39,6 +39,7 @@ MIT in each case. */ #define PROC_TYPE_VAX 4 #define PROC_TYPE_MIPS 5 #define PROC_TYPE_NS32K 6 +#define PROC_TYPE_HCX 7 /* Harris HCX */ #include "s.h" #include "m.h" -- 2.25.1