Browse Source

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

keie 39 years ago
parent
commit
f92167796a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      mach/proto/cg/regvar.c

+ 4 - 0
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; {