aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:52:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:52:23 +0300
commitb78840f1aefeb477b598f8e7d375428c4b7b4889 (patch)
treea7a992f74fab4b52d9aebfdb6cdcb0d7862bd3df /profile.c
parentabe6c92b13c72c8e214ce2e4eb6371e2d7948b83 (diff)
parent356f7fbe484236c43a589c3338387f0097c87859 (diff)
downloadegawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.tar.gz
egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.tar.bz2
egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.zip
Merge branch 'master' into feature/bool
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();
}