diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-08 12:58:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-08 16:17:04 -0700 |
commit | baed7faab5779faa6e177f5276044379d4addd12 (patch) | |
tree | 50ecc97edc1f576085b9abe921ccc590adc62bf7 /opcode.h | |
parent | a2278b6a4df245dc9db4e52815cdd713a3799982 (diff) | |
download | perl-baed7faab5779faa6e177f5276044379d4addd12.tar.gz |
Constant folding for x
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |