From 2c29e9f07ce4682c9d3eef1e17e0ce2fe6e32296 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 0805141f0..ed67ca228 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 -- 2.34.1