[mini] Fixed void function returning warning.
authortriton <joao@tritao.eu>
Tue, 28 Jul 2015 13:54:01 +0000 (14:54 +0100)
committertriton <joao@tritao.eu>
Tue, 28 Jul 2015 13:54:01 +0000 (14:54 +0100)
mono/mini/mini-runtime.c

index 65bf87fe51e5f2b13501578ee941e2801db89526..0111f51a4889490ccfaf22a819c9cbbf99c0d10c 100644 (file)
@@ -653,7 +653,7 @@ mono_dynamic_code_hash_lookup (MonoDomain *domain, MonoMethod *method)
 static void
 register_opcode_emulation (int opcode, const char *name, const char *sigstr, gpointer func, const char *symbol, gboolean no_throw)
 {
-       return mini_register_opcode_emulation (opcode, name, sigstr, func, symbol, no_throw);
+       mini_register_opcode_emulation (opcode, name, sigstr, func, symbol, no_throw);
 }
 
 /*