diff lwasm/lwasm.h @ 340:1a6fc6ebb31c

Checkpoint
author lost
date Fri, 19 Mar 2010 02:54:43 +0000
parents 04c80c51b16a
children 7b4123dce741
line wrap: on
line diff
--- a/lwasm/lwasm.h	Fri Mar 19 02:54:14 2010 +0000
+++ b/lwasm/lwasm.h	Fri Mar 19 02:54:43 2010 +0000
@@ -69,6 +69,7 @@
 	lw_expr_t addr;						// assembly address of the line
 	int len;							// the "size" this line occupies (address space wise) (-1 if unknown)
 	int insn;							// number of insn in insn table
+	char *sym;							// symbol, if any, on the line
 	line_t *prev;
 	line_t *next;
 };