[Mono-dev] Fix for --enable-minimal=aot
Sam777
alpha695 at hotmail.com
Thu Jan 29 19:06:11 EST 2009
Index: mono/mini/aot-compiler.c
===================================================================
--- mono/mini/aot-compiler.c (revision 125024)
+++ mono/mini/aot-compiler.c (working copy)
@@ -6349,7 +6349,7 @@
}
void
-mono_save_xdebug_info (MonoMethod *method, guint8 *code, guint32 code_size,
MonoInst **args, GSList *unwind_info)
+mono_save_xdebug_info (MonoMethod *method, guint8 *code, guint32 code_size,
MonoInst **args, MonoInst **locals, GSList *unwind_info)
{
}
@@ -6358,4 +6358,9 @@
{
}
+void
+mono_xdebug_init (void)
+{
+}
+
#endif
--
View this message in context: http://www.nabble.com/Fix-for---enable-minimal%3Daot-tp21739077p21739077.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list