Interface of tmplocal() changed: second parameter is a long now

This commit is contained in:
bal
1985-01-23 16:23:15 +00:00
parent 5cad6f6aa7
commit d32d4e6ba0
3 changed files with 4 additions and 4 deletions

View File

@@ -431,7 +431,7 @@ STATIC reduce(code,vars)
} else {
make_header(code->co_loop);
/* make sure there's a header block */
tmp = tmplocal(curproc,code->co_tmpsize);
tmp = tmplocal(curproc,(offset) code->co_tmpsize);
code->co_temp = tmp;
/* create a new local variable in the stack frame
* of current proc.