aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-gen.c')
-rw-r--r--i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-gen.c b/i386-gen.c
index b52eec9..8e7c2f4 100644
--- a/i386-gen.c
+++ b/i386-gen.c
@@ -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 */