diff src/insn_indexed.c @ 84:e12edcfbebd5

Fixed problem with expression evaluation infrastructure not advancing input pointer on pass 2
author lost
date Wed, 14 Jan 2009 07:04:45 +0000
parents b6b1e79cc277
children f59c0916753d
line wrap: on
line diff
--- a/src/insn_indexed.c	Wed Jan 14 06:33:13 2009 +0000
+++ b/src/insn_indexed.c	Wed Jan 14 07:04:45 2009 +0000
@@ -125,13 +125,11 @@
 		*b1 = 0x9f;
 		*b2 = 0;
 		*b3 = 0;
-		
 		r = lwasm_expr_result2(as, l, (char **)p, 0, &v, 0);
 		if (r < 0)
 		{
 			return;
 		}
-
 		if (**p != ']')
 		{
 			register_error(as, l, 1, "Bad operand");