comparison lwasm/unicorns.c @ 229:164487152dd9

Add flag to output stream for end of unicorns Unicorn information ends at UNICORNSAWAY: to allow easy identification of the assembly listing.
author William Astle <lost@l-w.ca>
date Sun, 15 Jul 2012 21:46:29 -0600
parents 042c7b74faf0
children
comparison
equal deleted inserted replaced
228:042c7b74faf0 229:164487152dd9
120 show_unicorn_error(stdout, l, ee, "WARNING"); 120 show_unicorn_error(stdout, l, ee, "WARNING");
121 } 121 }
122 } 122 }
123 } 123 }
124 124
125 do_list(as); 125 fprintf(stdout, "UNICORNSAWAY:\n");
126 } 126 }