diff lwasm/lwasm.h @ 376:91c0fe026940

Output incomplete references in object target
author lost@starbug
date Mon, 26 Apr 2010 17:59:30 -0600
parents 3498b2d88376
children eacdae8a1575
line wrap: on
line diff
--- a/lwasm/lwasm.h	Mon Apr 26 17:14:04 2010 -0600
+++ b/lwasm/lwasm.h	Mon Apr 26 17:59:30 2010 -0600
@@ -87,9 +87,9 @@
 typedef struct reloctab_s reloctab_t;
 struct reloctab_s
 {
-	int offset;							// offset of relocation
+	lw_expr_t offset;					// offset of relocation
 	int size;							// size of relocation
-	lw_expr_t *expr;					// relocation expression
+	lw_expr_t expr;						// relocation expression
 	reloctab_t *next;
 };