diff lwasm/main.c @ 387:a741d2e4869f

Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
author lost@l-w.ca
date Wed, 14 Jul 2010 20:15:23 -0600
parents cf8c92d70eb1
children 027d7fbcdcfc
line wrap: on
line diff
--- a/lwasm/main.c	Sun May 16 13:03:17 2010 -0600
+++ b/lwasm/main.c	Wed Jul 14 20:15:23 2010 -0600
@@ -260,4 +260,6 @@
 	debug_message(&asmstate, 50, "Done assembly");
 	
 	do_list(&asmstate);
+	
+	exit(0);
 }