diff lwbasic/compiler.c @ 27:77626fc37af2

Added support for removing stack from in epilog
author lost@l-w.ca
date Thu, 27 Jan 2011 20:46:44 -0700
parents 26aa76da75ad
children
line wrap: on
line diff
--- a/lwbasic/compiler.c	Thu Jan 27 20:44:57 2011 -0700
+++ b/lwbasic/compiler.c	Thu Jan 27 20:46:44 2011 -0700
@@ -169,7 +169,7 @@
 		}
 	}
 	/* output function/sub epilog */
-	emit_epilog(state);
+	emit_epilog(state, 0);
 	
 	lw_free(state -> currentsub);
 	state -> currentsub = NULL;