From: keie Date: Thu, 24 Jan 1985 16:51:26 +0000 (+0000) Subject: Added the possibility to have a varying EM_BSIZE X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f92167796acef822510804d43cc8f1d361e81d05;p=ack.git Added the possibility to have a varying EM_BSIZE as a tempoarary measure, to be deleted as soon as the m68k2 back-end is tested again. --HG-- branch : unlabeled-2.6.1 --- diff --git a/mach/proto/cg/regvar.c b/mach/proto/cg/regvar.c index 196bf3b4b..a64417989 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; {