Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / tramp-ppc.c
index 0e67d3d63c613675eadd855c134d887d123e9e3c..faecb47d4de845102c506bef722fab3652b24cd2 100644 (file)
@@ -633,3 +633,10 @@ mono_arch_get_plt_info_offset (guint8 *plt_entry, mgreg_t *regs, guint8 *code)
        return ((guint32*)plt_entry) [6];
 #endif
 }
+
+gpointer
+mono_arch_get_enter_icall_trampoline (MonoTrampInfo **info)
+{
+       g_assert_not_reached ();
+       return NULL;
+}