diff lwasm/main.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 7c2c2239ec9c
children 1f1a28b797e1
line wrap: on
line diff
--- a/lwasm/main.c	Sun Jul 15 21:43:18 2012 -0600
+++ b/lwasm/main.c	Sun Jul 15 21:46:29 2012 -0600
@@ -323,9 +323,6 @@
 		debug_message(&asmstate, 50, "Invoking unicorns");
 		lwasm_do_unicorns(&asmstate);
 	}
-	else
-	{
-		do_list(&asmstate);
-	}
+	do_list(&asmstate);
 	exit(0);
 }