comparison lwasm/insn_inh.c @ 281:44e29b2b9705 2.4

Release 2.4.1 with a fix for parsing problem that made the assembler mostly useless
author lost
date Thu, 11 Jun 2009 23:13:00 +0000
parents bae1e3ecdce1
children
comparison
equal deleted inserted replaced
280:851385b4b3c2 281:44e29b2b9705
29 #include "instab.h" 29 #include "instab.h"
30 30
31 OPFUNC(insn_inh) 31 OPFUNC(insn_inh)
32 { 32 {
33 lwasm_emitop(as, l, instab[opnum].ops[0]); 33 lwasm_emitop(as, l, instab[opnum].ops[0]);
34 // find end of line
35 for (; **p; (*p)++);
34 } 36 }