[jit] Allow the storage of trampolines in the jit info tables. Currently, this is...
[mono.git] / mono / metadata / sgen-stw.c
index 9078f6bb07a1256f3c7c4d7810944b67b2ce7c5d..c16d380d5a7e6a592808e718e4942c60c4f3437f 100644 (file)
@@ -104,7 +104,7 @@ is_ip_in_managed_allocator (MonoDomain *domain, gpointer ip)
         * missing methods (#13951). To work around this, we disable the AOT fallback. For this to work, the JIT needs
         * to register the jit info for all GC critical methods after they are JITted/loaded.
         */
-       ji = mono_jit_info_table_find_internal (domain, ip, FALSE);
+       ji = mono_jit_info_table_find_internal (domain, ip, FALSE, FALSE);
        if (!ji)
                return FALSE;