Fix ia64 build.
authorZoltan Varga <vargaz@gmail.com>
Tue, 4 Jan 2011 08:37:10 +0000 (09:37 +0100)
committerZoltan Varga <vargaz@gmail.com>
Tue, 4 Jan 2011 08:37:10 +0000 (09:37 +0100)
mono/mini/debugger-agent.c

index 205eea1d15bffcde5aaf5133268d243db231d0b5..e4994347e9efcfe5e17f8a6dd18d7f3b52a492be 100644 (file)
@@ -85,6 +85,7 @@ int WSAAPI getnameinfo(const struct sockaddr*,socklen_t,char*,DWORD,
 #endif
 
 #ifndef DISABLE_DEBUGGER_AGENT
+
 #include <mono/io-layer/mono-mutex.h>
 
 /* Definitions to make backporting to 2.6 easier */
@@ -7162,5 +7163,16 @@ mono_debugger_agent_handle_exception (MonoException *ext, MonoContext *throw_ctx
                                                                          MonoContext *catch_ctx)
 {
 }
+
+void
+mono_debugger_agent_begin_exception_filter (MonoException *exc, MonoContext *ctx, MonoContext *orig_ctx)
+{
+}
+
+void
+mono_debugger_agent_end_exception_filter (MonoException *exc, MonoContext *ctx, MonoContext *orig_ctx)
+{
+}
+
 #endif