Changed an assertion that was no longer valid
authorceriel <none@none>
Sat, 7 Feb 1987 01:50:48 +0000 (01:50 +0000)
committerceriel <none@none>
Sat, 7 Feb 1987 01:50:48 +0000 (01:50 +0000)
mach/proto/ncg/subr.c

index 0805141..ed67ca2 100644 (file)
@@ -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