Oops in assertion: MAXPROCARG instead of MAXPROCARGS
authorceriel <none@none>
Fri, 23 Feb 1990 17:05:04 +0000 (17:05 +0000)
committerceriel <none@none>
Fri, 23 Feb 1990 17:05:04 +0000 (17:05 +0000)
mach/proto/ncg/codegen.c

index 6002f13..0e54d1e 100644 (file)
@@ -152,7 +152,7 @@ unsigned codegen(codep,ply,toplevel,costlimit,forced) byte *codep; unsigned cost
                        int j, nargs;
                        getint(i,bp);
                        getint(nargs,bp);
-                       assert(nargs < MAXPROCARGS);
+                       assert(nargs < MAXPROCARG);
                        for (j = 0; j < nargs; j++) {
                                getint(procarg[j],bp);
                        }