summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2005-11-30 19:22:10 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-01 11:52:24 +0000
commitfc7325bb0fcb956b1876bcf7f14d8081004dc791 (patch)
treec26c7cc360de35a7d6acc5416d4eb1abc17c2bd0 /opcode.h
parentd2641cbdd63e94a4edbbe5afa69104ed2a93d39f (diff)
downloadperl-fc7325bb0fcb956b1876bcf7f14d8081004dc791.tar.gz
Disable constant folding of sprintf
Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@26236
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 7cd088e8fb..587c138199 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1611,7 +1611,7 @@ EXT const U32 PL_opargs[] = {
0x0022281c, /* vec */
0x0122291c, /* index */
0x0122291c, /* rindex */
- 0x0004280f, /* sprintf */
+ 0x0004280d, /* sprintf */
0x00042805, /* formline */
0x0001379e, /* ord */
0x0001378e, /* chr */