Mercurial > hg-old > index.cgi
comparison lwasm/pseudo.c @ 354:60568b123281
Added os9 opcodes and ERROR
author | lost@starbug |
---|---|
date | Tue, 30 Mar 2010 23:10:01 -0600 |
parents | 4dba8c7e242c |
children | 7166254491ed |
comparison
equal
deleted
inserted
replaced
353:faa97115952e | 354:60568b123281 |
---|---|
905 as -> skipcond = 1; | 905 as -> skipcond = 1; |
906 as -> skipcount = 1; | 906 as -> skipcount = 1; |
907 } | 907 } |
908 } | 908 } |
909 | 909 |
910 PARSEFUNC(pseudo_parse_error) | |
911 { | |
912 lwasm_register_error(as, l, "User error: %s", *p); | |
913 skip_operand(p); | |
914 } |