aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:52:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:52:42 +0300
commit80ec7f043b9fe9df7bc7b117754aad43c0df38e5 (patch)
tree42ea68f8829f628b59783f4637bfc4ed8809cdfb /profile.c
parenteb969c918beec94d835368aa9f938ddac3c20ebf (diff)
parent356f7fbe484236c43a589c3338387f0097c87859 (diff)
downloadegawk-80ec7f043b9fe9df7bc7b117754aad43c0df38e5.tar.gz
egawk-80ec7f043b9fe9df7bc7b117754aad43c0df38e5.tar.bz2
egawk-80ec7f043b9fe9df7bc7b117754aad43c0df38e5.zip
Merge branch 'master' into feature/docit
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 b61d29cf..748abda2 100644
--- a/profile.c
+++ b/profile.c
@@ -373,6 +373,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, int flags)
break;
default:
+ fprintf(stderr, "Got unexpected type %s\n", nodetype2str(m->type));
cant_happen();
}