aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-06-22 22:08:22 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-06-22 22:08:22 +0300
commit9bf2c3a7bac4abe6c97af4efb2614575279e7b63 (patch)
tree5be2a4503d15d648557550491086515ea703e686 /profile.c
parentf57f0699d7193571233735ba691ba19fc072b7dc (diff)
downloadegawk-9bf2c3a7bac4abe6c97af4efb2614575279e7b63.tar.gz
egawk-9bf2c3a7bac4abe6c97af4efb2614575279e7b63.tar.bz2
egawk-9bf2c3a7bac4abe6c97af4efb2614575279e7b63.zip
Make isarray also not scalarize untyped parameters.
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.c b/profile.c
index 0f686768..90f01c07 100644
--- a/profile.c
+++ b/profile.c
@@ -317,6 +317,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, bool in_for_header)
case Op_push_array:
case Op_push:
case Op_push_arg:
+ case Op_push_arg_untyped:
m = pc->memory;
switch (m->type) {
case Node_param_list: