Skip to content

Commit

Permalink
[runtime] Fix build when logging is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed May 6, 2022
1 parent b72e7be commit 0ac4969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/coreclr-bridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
mono_get_exception_out_of_memory ()
{
MonoException *rv = xamarin_bridge_create_exception (XamarinExceptionTypes_System_OutOfMemoryException, NULL);
LOG_CORECLR (stderr, "%s (%p) => %p\n", __func__, entrypoint, rv);
LOG_CORECLR (stderr, "%s () => %p\n", __func__, rv);
return rv;
}

Expand Down

0 comments on commit 0ac4969

Please sign in to comment.