interface with tmplocal() changed: second parameter is a long now.

This commit is contained in:
bal 1985-01-23 16:18:33 +00:00
parent e46c49e291
commit 5cad6f6aa7

View 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);
}