This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mono / arch / unknown.c
1 #include "mono/interpreter/interp.h"
2 #ifdef NO_PORT
3 MonoPIFunc
4 mono_create_trampoline (MonoMethodSignature *sig, gboolean string_ctor)
5 {
6         g_error ("Unsupported arch");
7         return NULL;
8 }
9
10 void *
11 mono_create_method_pointer (MonoMethod *method)
12 {
13         g_error ("Unsupported arch");
14         return NULL;
15 }
16
17 #endif
18