diff lwasm/pass2.c @ 236:a58f49a77441

Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
author lost
date Fri, 14 Aug 2009 03:22:26 +0000
parents bae1e3ecdce1
children c7a41b4c89b3
line wrap: on
line diff
--- a/lwasm/pass2.c	Fri Jun 12 05:25:41 2009 +0000
+++ b/lwasm/pass2.c	Fri Aug 14 03:22:26 2009 +0000
@@ -43,6 +43,7 @@
 	as -> nextcontext = 1;
 	as -> skiplines = 0;
 	as -> dpval = 0;
+	as -> inmod = 0;
 	
 	for (st = as -> sections; st; st = st -> next)
 		st -> offset = 0;