summaryrefslogtreecommitdiff
path: root/byterun.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun.c')
-rw-r--r--byterun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun.c b/byterun.c
index c67859a886..cfb7eb40fd 100644
--- a/byterun.c
+++ b/byterun.c
@@ -618,7 +618,7 @@ void byterun(PerlIO *fp)
{
strconst arg;
BGET_strconst(arg);
- BSET_op_ppaddr(op->op_ppaddr, arg);
+ BSET_op_ppaddr(PL_op->op_ppaddr, arg);
break;
}
case INSN_OP_TARG: /* 85 */