diff --git a/mach/proto/cg/regvar.c b/mach/proto/cg/regvar.c index 196bf3b4..a6441798 100644 --- a/mach/proto/cg/regvar.c +++ b/mach/proto/cg/regvar.c @@ -116,6 +116,10 @@ fixregvars(saveall) { } } f_regsave(); +#ifndef TEM_BSIZE + for(rv=rvlist;rv!=0;rv=rv->rv_next) + if (rv->rv_off >= 0) rv->rv_off += TEM_BSIZE; +#endif } isregvar(off) long off; {