changeset 114:707eda49ad60

Fix parsing padding argument for align pseudo op
author lost@l-w.ca
date Sun, 07 Aug 2011 12:41:06 -0600
parents 7e621e00b887
children 344cfc25afec
files lwasm/pseudo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lwasm/pseudo.c	Sun Aug 07 12:31:19 2011 -0600
+++ b/lwasm/pseudo.c	Sun Aug 07 12:41:06 2011 -0600
@@ -1231,6 +1231,7 @@
 	
 	if (**p == ',')
 	{
+		(*p)++;
 		e = lwasm_parse_expr(as, p);
 	}
 	else