start work on word/long handling
This commit is contained in:
parent
dff7044a2c
commit
cf307002d9
14 changed files with 114 additions and 81 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue