aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-13 14:20:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-13 14:20:56 +0300
commitf0ac4fd694f79c45a67c40543622bcf458b88dae (patch)
treeb570e260d06b9af7f8e8a9f4c57d6b2a16d8e71d /profile.c
parent50f97722d80c7cfee247a3ebb0f8cfbed943033b (diff)
downloadegawk-f0ac4fd694f79c45a67c40543622bcf458b88dae.tar.gz
egawk-f0ac4fd694f79c45a67c40543622bcf458b88dae.tar.bz2
egawk-f0ac4fd694f79c45a67c40543622bcf458b88dae.zip
Fixes for z/OS.
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();
}