From f0ac4fd694f79c45a67c40543622bcf458b88dae Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 13 May 2021 14:20:56 +0300 Subject: Fixes for z/OS. --- profile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'profile.c') 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(); } -- cgit v1.2.3