diff lwasm/output.c @ 127:d92b9c968731

Removed protection from outputting code outside os9 module in os9 target
author lost@l-w.ca
date Thu, 11 Aug 2011 22:03:34 -0600
parents 6b9991fb39b6
children fc8386b13399
line wrap: on
line diff
--- a/lwasm/output.c	Thu Aug 11 20:33:46 2011 -0600
+++ b/lwasm/output.c	Thu Aug 11 22:03:34 2011 -0600
@@ -146,8 +146,8 @@
 	
 	for (cl = as -> line_head; cl; cl = cl -> next)
 	{
-		if (cl -> inmod == 0)
-			continue;
+//		if (cl -> inmod == 0)
+//			continue;
 		if (cl -> len > 0 && cl -> outputl == 0)
 		{
 			int i;