Fix the tramp_names table when remoting is disabled.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 2 Apr 2013 19:59:22 +0000 (21:59 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 2 Apr 2013 20:36:12 +0000 (22:36 +0200)
mono/mini/mini-trampolines.c

index 9f602d5a4f312c7a0ce477a7d3e25d716f16ed8d..30880c89f940cd6e923dcd6e44e913d1c122fbd7 100644 (file)
@@ -1680,7 +1680,9 @@ static const char*tramp_names [MONO_TRAMPOLINE_NUM] = {
        "aot_plt",
        "delegate",
        "restore_stack_prot",
+#ifndef DISABLE_REMOTING
        "generic_virtual_remoting",
+#endif
        "monitor_enter",
        "monitor_exit",
        "vcall",