diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
