summaryrefslogtreecommitdiff
path: root/opcode.pl
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.pl
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.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index d055f585a2..4aacb2d59a 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -913,7 +913,7 @@ getlogin getlogin ck_null st0
syscall syscall ck_fun imst@ S L
# For multi-threading
-lock lock ck_rfun s% S
+lock lock ck_rfun s% R
threadsv per-thread value ck_null ds0
# Control (contd.)