From e802c5ba5ab04b0d4b422feb10cda533a96a8e56 Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 24 Jan 1985 16:51:26 +0000 Subject: [PATCH] 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. --- mach/proto/cg/regvar.c | 4 ++++ 1 file changed, 4 insertions(+) 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; {