start work on word/long handling

This commit is contained in:
Quentin Carbonneaux 2015-08-01 18:17:06 -04:00
parent dff7044a2c
commit cf307002d9
14 changed files with 114 additions and 81 deletions

View file

@ -191,7 +191,7 @@ ssafix(Fn *f, int t)
if (!f->sym)
diag("ssafix: out of memory");
for (t1=t0; t0<f->ntmp; t0++) {
f->sym[t0].type = STmp;
f->sym[t0] = f->sym[t];
snprintf(f->sym[t0].name, NString, "%s%d",
f->sym[t].name, t0-t1);
}