last patches to separate type and value handling

This commit is contained in:
bellard
2001-12-22 17:05:23 +00:00
parent f7181903bb
commit 498551188e
2 changed files with 160 additions and 143 deletions

View File

@ -122,7 +122,7 @@ void greloc_patch(Sym *s, int val)
p = p1;
}
s->c = val;
s->t &= ~VT_FORWARD;
s->r &= ~VT_FORWARD;
}
/* output a symbol and patch all calls to it */