X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/31cef89cb428866f787983e68246030321893df4..4b9ccde74dc34e450ed96bcd3d044f78cf393d8d:/usr/src/cmd/c2/c20.c diff --git a/usr/src/cmd/c2/c20.c b/usr/src/cmd/c2/c20.c index ac14a67f6e..bcb18dc8b8 100644 --- a/usr/src/cmd/c2/c20.c +++ b/usr/src/cmd/c2/c20.c @@ -1,5 +1,5 @@ # -static char sccsid[] = "@(#)c20.c 4.3 10/17/80"; +static char sccsid[] = "@(#)c20.c 4.5 7/5/81"; /* char C20[] = {"@(#)c20.c 1.35 80/08/26 14:13:40"}; /* sccs ident */ /* * C object code improver @@ -376,7 +376,7 @@ opsetup() register struct optab *optp, **ophp; register int i,t; - for(i=NREG+5;--i>=0;) regs[i]=alloc(20); + for(i=NREG+5;--i>=0;) regs[i]=alloc(C2_ASIZE); for (optp = optab; optp->opstring[0]; optp++) { t=7; i=0; while (--t>=0) i+= i+optp->opstring[t]; ophp = &ophash[i % OPHS];