diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ typedef struct SValue { /* symbol management */ typedef struct Sym { int v; /* symbol token */ - int a; /* asm symbol token */ + char *asm_label; /* associated asm label */ long r; /* associated register */ union { long c; /* associated number */ |
