Skip to content

Commit 75604df

Browse files
committed
touch aot-compiler
1 parent 43a677f commit 75604df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/mini/aot-compiler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4976,7 +4976,7 @@ add_full_aot_wrappers (MonoAotCompile *acfg)
49764976
csig->params [2] = m_class_get_byval_arg (mono_defaults.boolean_class);
49774977
add_method (acfg, get_runtime_invoke_sig (csig));
49784978

4979-
/* runtime-invoke used by finalizers */
4979+
/* runtime-invoke used by finalizers */
49804980
add_method (acfg, get_runtime_invoke (acfg, get_method_nofail (mono_defaults.object_class, "Finalize", 0, 0), TRUE));
49814981

49824982
/* This is used by mono_runtime_capture_context () */

0 commit comments

Comments
 (0)