aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 5ab50d6..f508097 100644
--- a/tcc.h
+++ b/tcc.h
@@ -522,7 +522,7 @@ typedef struct ASMOperand {
struct sym_attr {
unsigned long got_offset;
- unsigned char has_plt_entry:1;
+ unsigned long plt_offset;
#ifdef TCC_TARGET_ARM
unsigned char plt_thumb_stub:1;
#endif