Fix win32 build
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 4 Jan 2011 18:23:43 +0000 (02:23 +0800)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 4 Jan 2011 18:23:55 +0000 (02:23 +0800)
mono/mini/exceptions-x86.c

index 982c34a5960a8117f7c3234deb458567d823ef67..e6af5ee08241987d4ea8aebd6a914601258717eb 100644 (file)
@@ -142,7 +142,7 @@ win32_handle_stack_overflow (EXCEPTION_POINTERS* ep, struct sigcontext *sctx)
        do {
                MonoContext new_ctx;
 
-               mono_arch_find_jit_info (domain, jit_tls, &rji, &ctx, &new_ctx, &lmf, &frame);
+               mono_arch_find_jit_info (domain, jit_tls, &rji, &ctx, &new_ctx, &lmf, NULL, &frame);
                if (!frame.ji) {
                        g_warning ("Exception inside function without unwind info");
                        g_assert_not_reached ();