diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-22 22:08:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-22 22:08:22 +0300 |
commit | 9bf2c3a7bac4abe6c97af4efb2614575279e7b63 (patch) | |
tree | 5be2a4503d15d648557550491086515ea703e686 /profile.c | |
parent | f57f0699d7193571233735ba691ba19fc072b7dc (diff) | |
download | egawk-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |