summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index c548f7b257..b1c50b9883 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -80,6 +80,7 @@ my @raw_alias = (
Perl_pp_sle => [qw(slt sgt sge)],
Perl_pp_print => ['say'],
Perl_pp_index => ['rindex'],
+ Perl_pp_oct => ['hex'],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {