From 4959339c8a962b54bf33fd9e3d9f46b3f1c3c29e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 2 Oct 2014 20:06:36 +0300 Subject: Code review and minor whitespace cleanups. --- profile.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'profile.c') diff --git a/profile.c b/profile.c index 0a137e29..da41a560 100644 --- a/profile.c +++ b/profile.c @@ -912,6 +912,7 @@ cleanup: case Op_list: break; + default: cant_happen(); } @@ -994,7 +995,8 @@ print_lib_list(FILE *prof_fp) fprintf(prof_fp, "\n"); } -/* print comment text with proper indentation */ +/* print_comment --- print comment text with proper indentation */ + static void print_comment(INSTRUCTION* pc, long in) { -- cgit v1.2.3