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 a3a9c78..441adac 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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 */