This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perlext] Assorted changes to the compiler
[perl5.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 */