(x86_unwind_native_frame): disable unnecessary assertion
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>
Wed, 8 Jan 2003 15:39:10 +0000 (15:39 -0000)
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>
Wed, 8 Jan 2003 15:39:10 +0000 (15:39 -0000)
svn path=/trunk/mono/; revision=10279

mono/jit/ChangeLog
mono/jit/exception.c

index 863b3606bd9d2a33c2066f0fa06a02df71f35242..72ef28511ad0ff9e3f6695a39dd780d0aad0d39f 100644 (file)
@@ -2,6 +2,7 @@
 
        * exception.c (ves_icall_get_frame_info): skip one more frame and also
        MONO_WRAPPER_RUNTIME_INVOKE wrappers
+       (x86_unwind_native_frame): disable unnecessary assertion
 
 2003-01-07  Dietmar Maurer  <dietmar@ximian.com>
 
index 702c70a8bf82581aeb3231bcb0dd5be1dcb39135..1ec6a7779f98e90617f173b688fcc8edc4a8592c 100644 (file)
@@ -305,9 +305,9 @@ x86_unwind_native_frame (MonoDomain *domain, MonoJitTlsData *jit_tls, struct sig
                }
        }
 
-       if (!lmf)
-               g_assert_not_reached ();
-
+       //if (!lmf)
+       //g_assert_not_reached ();
+               
        if (trace) {
                g_free (*trace);
                *trace = NULL;