comparison lwasm/pass1.c @ 347:1649bc7bda5a

Some data oriented pseudo ops added
author lost@starbug
date Sat, 27 Mar 2010 20:16:24 -0600
parents a82c55070624
children 4dba8c7e242c
comparison
equal deleted inserted replaced
346:a82c55070624 347:1649bc7bda5a
259 printf("\n"); 259 printf("\n");
260 } 260 }
261 261
262 nextline: 262 nextline:
263 lw_free(line); 263 lw_free(line);
264
265 // if we've hit the "end" bit, finish out
266 if (as -> endseen)
267 return;
264 } 268 }
265 } 269 }