summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2003-01-03 15:15:14 +0000
committerArtur Bergman <sky@nanisky.com>2003-01-03 15:15:14 +0000
commit5a47f09b1f37ad670eb23486a6efdb4c448efdfa (patch)
tree18b6811e7419b7d7d811cfe4d3cd10c043562cb5 /opcode.h
parentea0630ea3fba86265d2781f9d1d36d7250879de1 (diff)
downloadperl-5a47f09b1f37ad670eb23486a6efdb4c448efdfa.tar.gz
Change pp_lock to take a reference instead of a
scalar since it wouldn't fork for the HELEM/AELEM case. This was reported in bug #10045 p4raw-id: //depot/perl@18413
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 ff3c48ff53..b77c0a831c 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1824,7 +1824,7 @@ EXT U32 PL_opargs[] = {
0x00000014, /* egrent */
0x0000000c, /* getlogin */
0x0004281d, /* syscall */
- 0x00003604, /* lock */
+ 0x0000f604, /* lock */
0x00000044, /* threadsv */
0x00001404, /* setstate */
0x00000c40, /* method_named */