提交 1c4ecb7c 编写于 作者: Z Zoltan Varga

2004-03-23 Zoltan Varga <vargaz@freemail.hu>

	* exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
	output.

svn path=/trunk/mono/; revision=24495
上级 cf58d12c
2004-03-23 Zoltan Varga <vargaz@freemail.hu>
* exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
output.
2004-03-23 Zoltan Varga <vargaz@freemail.hu>
* liveness.c: Consider SSA stores as well as loads when making vars
......
......@@ -623,9 +623,7 @@ mono_sparc_handle_exception (MonoContext *ctx, gpointer obj, gboolean test_only)
(ei->flags & MONO_EXCEPTION_CLAUSE_FINALLY)) {
if (mono_jit_trace_calls != NULL && mono_trace_eval (ji->method))
g_print ("EXCEPTION: finally clause %d of %s\n", i, mono_method_full_name (ji->method, TRUE));
printf ("BEFORE FILTER.\n");
call_filter (ctx, ei->handler_start);
printf ("AFTER FILTER.\n");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册