Mercurial > hg > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
126:2eda3e39b3b8 | 127:d92b9c968731 |
---|---|
144 { | 144 { |
145 line_t *cl; | 145 line_t *cl; |
146 | 146 |
147 for (cl = as -> line_head; cl; cl = cl -> next) | 147 for (cl = as -> line_head; cl; cl = cl -> next) |
148 { | 148 { |
149 if (cl -> inmod == 0) | 149 // if (cl -> inmod == 0) |
150 continue; | 150 // continue; |
151 if (cl -> len > 0 && cl -> outputl == 0) | 151 if (cl -> len > 0 && cl -> outputl == 0) |
152 { | 152 { |
153 int i; | 153 int i; |
154 for (i = 0; i < cl -> len; i++) | 154 for (i = 0; i < cl -> len; i++) |
155 writebytes("\0", 1, 1, of); | 155 writebytes("\0", 1, 1, of); |