changeset 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 2eda3e39b3b8
children 3a5f718b24c1
files lwasm/output.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;