interface with tmplocal() changed: second parameter is a long now.
authorbal <none@none>
Wed, 23 Jan 1985 16:18:33 +0000 (16:18 +0000)
committerbal <none@none>
Wed, 23 Jan 1985 16:18:33 +0000 (16:18 +0000)
util/ego/cs/cs_elim.c

index fbfa2fa..33f295f 100644 (file)
@@ -272,7 +272,7 @@ eliminate(pp)
                                mes = find_mesreg(tmp);
                                OUTVERBOSE("re-using %D(LB)", tmp);
                        } else {
-                               tmp = tmplocal(pp, (int) ravp->av_size);
+                               tmp = tmplocal(pp,  ravp->av_size);
                                mes = gen_mesreg(tmp, ravp, pp);
                                append(ravp, tmp);
                        }