summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-08 12:58:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-08 16:17:04 -0700
commitbaed7faab5779faa6e177f5276044379d4addd12 (patch)
tree50ecc97edc1f576085b9abe921ccc590adc62bf7 /opcode.h
parenta2278b6a4df245dc9db4e52815cdd713a3799982 (diff)
downloadperl-baed7faab5779faa6e177f5276044379d4addd12.tar.gz
Constant folding for x
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index f33f12403d..217cb56481 100644
--- 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 */