Skip to content

Commit ccea995

Browse files
authored
Merge pull request #932 from Unity-Technologies/unity-master-export-frame-lookup-fn
add MONO_API to fix frame lookup
2 parents dc55175 + e76a72b commit ccea995

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)