Added the possibility to have a varying EM_BSIZE
authorkeie <none@none>
Thu, 24 Jan 1985 16:51:26 +0000 (16:51 +0000)
committerkeie <none@none>
Thu, 24 Jan 1985 16:51:26 +0000 (16:51 +0000)
as a tempoarary measure, to be deleted as soon as the m68k2
back-end is tested again.

--HG--
branch : unlabeled-2.6.1

mach/proto/cg/regvar.c

index 196bf3b..a644179 100644 (file)
@@ -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; {