[asperl] integrate latest win32 branch
[p5sagit/p5-mst-13.2.git] / byterun.c
index 6b242e5..3d4b64f 100644 (file)
--- a/byterun.c
+++ b/byterun.c
@@ -405,7 +405,7 @@ FILE *fp;
            {
                SSize_t arg;
                BGET_I32(arg);
-               AvFILL(sv) = arg;
+               AvFILLp(sv) = arg;
                break;
            }
          case INSN_XAV_MAX:            /* 56 */