From 010d8671eb24fefad966fc7a2f37fe65dba0aaba Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 8 Nov 2011 15:04:35 -0600 Subject: [PATCH] Fix commented out code to avoid compile error. * runtime/stp_utrace.c (utrace_report_death): Fix comment. --- runtime/stp_utrace.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime/stp_utrace.c b/runtime/stp_utrace.c index 03df29588..c65747d42 100644 --- a/runtime/stp_utrace.c +++ b/runtime/stp_utrace.c @@ -2204,7 +2204,9 @@ static void utrace_report_death(void *cb_data __attribute__ ((unused)), * * Because of this, 'exit_state' won't be set yet (as it would * have been when the original utrace hit this code). - //BUG_ON(!task->exit_state); + * + * BUG_ON(!task->exit_state); + */ /* * We are presently considered "quiescent"--which is accurate -- 2.43.5