changeset 341:62f3ca78e53e

[project @ 2004-11-07 15:45:40 by bellard] pool for symbol allocation
author bellard
date Sun, 07 Nov 2004 15:45:40 +0000
parents e5aad5a784eb
children 5200ac599ebd
files tccasm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tccasm.c	Sun Nov 07 15:45:19 2004 +0000
+++ b/tccasm.c	Sun Nov 07 15:45:40 2004 +0000
@@ -302,7 +302,7 @@
         }
         /* remove label */
         table_ident[s->v - TOK_IDENT]->sym_label = NULL;
-        tcc_free(s);
+        sym_free(s);
     }
     st->asm_labels = NULL;
 }