This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Constant folding for x
[perl5.git] / opcode.h
index f33f124..217cb56 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -1764,7 +1764,7 @@ EXTCONST U32 PL_opargs[] = {
        0x0001121e,     /* i_divide */
        0x0001123e,     /* modulo */
        0x0001121e,     /* i_modulo */
-       0x00012209,     /* repeat */
+       0x0001220b,     /* repeat */
        0x0001123e,     /* add */
        0x0001121e,     /* i_add */
        0x0001123e,     /* subtract */