[runtime] Move the monograph tool to tools/.
[mono.git] / mono / mini / exceptions-ppc.c
index 2697bc0895bb37584f4bec26111aa6df869129ad..aa0b3f778cc125981b3faefb3d2fd961c87e42e8 100644 (file)
@@ -632,7 +632,7 @@ altstack_handle_and_restore (void *sigctx, gpointer obj)
 }
 
 void
-mono_arch_handle_altstack_exception (void *sigctx, gpointer fault_addr, gboolean stack_ovf)
+mono_arch_handle_altstack_exception (void *sigctx, MONO_SIG_HANDLER_INFO_TYPE *siginfo, gpointer fault_addr, gboolean stack_ovf)
 {
 #ifdef MONO_CROSS_COMPILE
        g_assert_not_reached ();
@@ -656,7 +656,7 @@ mono_arch_handle_altstack_exception (void *sigctx, gpointer fault_addr, gboolean
                abort ();
        }
        if (!ji)
-               mono_handle_native_sigsegv (SIGSEGV, sigctx);
+               mono_handle_native_sigsegv (SIGSEGV, sigctx, siginfo);
        /* setup a call frame on the real stack so that control is returned there
         * and exception handling can continue.
         * The frame looks like: