diff options
author | Artur Bergman <sky@nanisky.com> | 2003-01-03 15:15:14 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2003-01-03 15:15:14 +0000 |
commit | 5a47f09b1f37ad670eb23486a6efdb4c448efdfa (patch) | |
tree | 18b6811e7419b7d7d811cfe4d3cd10c043562cb5 /opcode.pl | |
parent | ea0630ea3fba86265d2781f9d1d36d7250879de1 (diff) | |
download | perl-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-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |