diff lwasm/lwasm.h @ 223:211fc8038b8d

More unicorn stuff - structs and macros Settled on an output format for unicorn stuff and added structs and macros to that output. Format is: TYPE: <key>=<value>[,<key>=<value>]* Any <value> which has special characters will use urlencoding. Values with multiple values use a semicolon as a separator.
author William Astle <lost@l-w.ca>
date Sun, 15 Jul 2012 20:14:51 -0600
parents 03f7192fcd20
children 7c2c2239ec9c
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sun Jul 15 10:50:46 2012 -0600
+++ b/lwasm/lwasm.h	Sun Jul 15 20:14:51 2012 -0600
@@ -253,6 +253,7 @@
 	int size;							// number of bytes taken by struct
 	structtab_field_t *fields;			// fields in the structure
 	structtab_t *next;					// next structure
+	line_t *definedat;					// line where structure is defined
 };
 
 struct asmstate_s