summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2003-12-22 23:22:12 +0000
committerEnache Adrian <enache@rdslink.ro>2003-12-22 23:22:12 +0000
commitdf91b2c56ff1b711bacf43bb03807cfa68f46eb0 (patch)
tree104ef2d16c1a623e3dc2a9df31a243b533107017 /opcode.h
parent3de3296fe030c736fdb0cd3fba952c479e6bf141 (diff)
downloadperl-df91b2c56ff1b711bacf43bb03807cfa68f46eb0.tar.gz
re-fix [perl #24508] without speed regression.
keep an eye on this. p4raw-id: //depot/perl@21951
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 4d41ddf53c..4de3dee137 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1544,7 +1544,7 @@ EXT U32 PL_opargs[] = {
0x0002251e, /* i_add */
0x0002252e, /* subtract */
0x0002251e, /* i_subtract */
- 0x0002240e, /* concat */
+ 0x0002250e, /* concat */
0x0000290e, /* stringify */
0x0002250e, /* left_shift */
0x0002250e, /* right_shift */