diff options
Diffstat (limited to 'i386-gen.c')
| -rw-r--r-- | i386-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
