From: ceriel Date: Sat, 7 Feb 1987 01:50:48 +0000 (+0000) Subject: Changed an assertion that was no longer valid X-Git-Tag: release-5-5~4717 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2c29e9f07ce4682c9d3eef1e17e0ce2fe6e32296;p=ack.git Changed an assertion that was no longer valid --- 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