Skip to content

Commit e76a72b

Browse files
author
Michael DeRoy
committed
add MONO_API to fix frame lookup
1 parent a49f45c commit e76a72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/metadata/oop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ oop_jit_info_table_find(
369369
return NULL;
370370
}
371371

372-
int
372+
MONO_API int
373373
mono_unity_oop_get_stack_frame_details(
374374
const MonoDomain* domain,
375375
const void* frameAddress,

0 commit comments

Comments
 (0)