Re: [PATCH] Re: ByteLoader and MSWin32
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / byterun.c
index c93b6cd..af55af6 100644 (file)
@@ -817,7 +817,7 @@ byterun(pTHX_ register struct byteloader_state *bstate)
            {
                pvindex arg;
                BGET_pvindex(arg);
-               cPMOP->op_pmstashpv = arg;
+               BSET_op_pmstashpv(cPMOP, arg);
                break;
            }
          case INSN_OP_PMREPLROOTPO:            /* 109 */