From 0ced0b3f678b378f5637666c4c4130102f9ab2f0 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Wed, 5 Jan 2011 02:23:43 +0800 Subject: [PATCH] Fix win32 build --- mono/mini/exceptions-x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/mini/exceptions-x86.c b/mono/mini/exceptions-x86.c index 982c34a5960..e6af5ee0824 100644 --- a/mono/mini/exceptions-x86.c +++ b/mono/mini/exceptions-x86.c @@ -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 (); -- 2.25.1