interface with tmplocal() changed: second parameter is a long now.
This commit is contained in:
parent
e46c49e291
commit
5cad6f6aa7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue