diff src/parse.c @ 64:aaddd47219b4

Added the 'set' directive
author lost
date Mon, 05 Jan 2009 01:27:08 +0000
parents d85ba47b1e8f
children aa9d9fedfdf4
line wrap: on
line diff
--- a/src/parse.c	Mon Jan 05 01:17:23 2009 +0000
+++ b/src/parse.c	Mon Jan 05 01:27:08 2009 +0000
@@ -132,7 +132,7 @@
 			// have a symbol; now determine if it is valid and register it
 			// at the current address of the line
 			debug_message(1, "Registering symbol '%s' at %04X", sym, as -> addr);
-			if (lwasm_register_symbol(as, l, sym, as -> addr) < 0)
+			if (lwasm_register_symbol(as, l, sym, as -> addr, SYMBOL_NORM) < 0)
 				l -> sym = NULL;
 		}
 	}