diff --git a/insns.pl b/insns.pl index c756f99d..fe65c4b6 100755 --- a/insns.pl +++ b/insns.pl @@ -73,7 +73,7 @@ while () { warn "line $line has an * operand but uses raw bytecodes\n"; next; } - + $opmask = 0; @ops = split(/,/, $fields[1]); for ($oi = 0; $oi < scalar @ops; $oi++) {