Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / mini / exceptions-x86.c
index 7f7e73228b9e6ce318fa050c9fa5f8ae696b71d7..4a35c4b75ca3cfc8af533e4f37c1d087171431a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * exception.c: exception support
+ * exceptions-x86.c: exception support for x86
  *
  * Authors:
  *   Dietmar Maurer (dietmar@ximian.com)
@@ -1011,7 +1011,6 @@ mono_arch_handle_exception (MonoContext *ctx, gpointer obj, gboolean test_only)
                mono_ex = NULL;
        }
 
-
        if (!call_filter)
                call_filter = arch_get_call_filter ();