aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c4
1 files changed, 3 insertions, 1 deletions
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)
{