The CHECKOP macro was not invoked on some newly created ops
[p5sagit/p5-mst-13.2.git] / bytecode.pl
index 38ae809..0fd0362 100644 (file)
@@ -4,10 +4,10 @@ BEGIN {
 }
 use strict;
 my %alias_to = (
-    U32 => [qw(PADOFFSET STRLEN)],
+    U32 => [qw(PADOFFSET STRLEN line_t)],
     I32 => [qw(SSize_t long)],
-    U16 => [qw(OPCODE line_t short)],
-    U8 => [qw(char)],
+    U16 => [qw(OPCODE short)],
+    U8  => [qw(char)],
 );
 
 my @optype= qw(OP UNOP BINOP LOGOP LISTOP PMOP SVOP PADOP PVOP LOOP COP);