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.
This commit is contained in:
keie 1985-01-24 16:51:26 +00:00
parent 4ad1c99e3e
commit e802c5ba5a

View 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; {