From 5a47f09b1f37ad670eb23486a6efdb4c448efdfa Mon Sep 17 00:00:00 2001 From: Artur Bergman Date: Fri, 3 Jan 2003 15:15:14 +0000 Subject: 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 --- opcode.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcode.pl') 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.) -- cgit v1.2.1