[runtime] Fixed the non-LLVM build.
authorJoão Matos <joao@tritao.eu>
Wed, 28 Oct 2015 16:30:54 +0000 (16:30 +0000)
committerJoão Matos <joao@tritao.eu>
Wed, 28 Oct 2015 16:30:54 +0000 (16:30 +0000)
mono/mini/mini-exceptions.c

index 36a0d402f57bb9d92fba67a9da05f9dae27420e4..231d45ba2e7ce7d970652f415c3d08767e5f01f3 100644 (file)
@@ -2900,9 +2900,11 @@ mono_llvm_match_exception (MonoJitInfo *jinfo, guint32 region_start, guint32 reg
        return index;
 }
 
+#ifdef ENABLE_LLVM
 _Unwind_Reason_Code 
 mono_debug_personality (int a, _Unwind_Action b,
 uint64_t c, struct _Unwind_Exception *d, struct _Unwind_Context *e)
 {
        g_assert_not_reached ();
 }
+#endif
\ No newline at end of file