summaryrefslogtreecommitdiff
path: root/byterun.c
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-17 17:50:50 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-17 17:50:50 +0000
commit1853469bd7bc4f59baf47a0eb2f44b3553f0a805 (patch)
treebc6d2308aa3d9808f3e8487eaa2cfa76fbd17c60 /byterun.c
parentb1475138a0e30c3f84f731b7761d8635cbb7f4c8 (diff)
downloadperl-1853469bd7bc4f59baf47a0eb2f44b3553f0a805.tar.gz
[perlext] Assorted changes to the compiler
p4raw-id: //depot/perlext/Compiler@531
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 6b242e55b1..3d4b64fb9d 100644
--- 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 */