Skip to content

Commit 5ade773

Browse files
thaystglambdageek
andauthored
[mono] Add GC unsafe transition to mono_unhandled_exception (#56380)
* Fix assert gc_unsafe. * Update src/mono/mono/metadata/object.c Co-authored-by: Aleksey Kliger (λgeek) <[email protected]> Co-authored-by: Aleksey Kliger (λgeek) <[email protected]>
1 parent b209dec commit 5ade773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/metadata/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4148,7 +4148,7 @@ mono_unhandled_exception_internal (MonoObject *exc_raw)
41484148
void
41494149
mono_unhandled_exception (MonoObject *exc)
41504150
{
4151-
MONO_EXTERNAL_ONLY_VOID (mono_unhandled_exception_internal (exc));
4151+
MONO_EXTERNAL_ONLY_GC_UNSAFE_VOID (mono_unhandled_exception_internal (exc));
41524152
}
41534153

41544154
static MonoObjectHandle

0 commit comments

Comments
 (0)