From b5dc37b50a8e8ca15ecead45c3021c0f155586d9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Sat, 7 Feb 1987 01:50:48 +0000 Subject: [PATCH] Changed an assertion that was no longer valid --- mach/proto/ncg/subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/ncg/subr.c b/mach/proto/ncg/subr.c index 0805141f..ed67ca22 100644 --- a/mach/proto/ncg/subr.c +++ b/mach/proto/ncg/subr.c @@ -368,7 +368,7 @@ instsize(tinstno,tp) token_p tp; { default: assert(FALSE); case IN_COPY: - assert(inp->in_info[0]==1); + assert(inp->in_info[0]<=1); #if MAXMEMBERS!=0 if (inp->in_info[1]==0) #endif