Skip to content

Commit 4ca758f

Browse files
PeteLewisUnityjoncham
authored andcommitted
Add out of process crash handler APIs.
Taken from https://github.com/PeteLewisUnity/mono/commits/unity-2017-02-staging-oop
1 parent e2d3ddd commit 4ca758f

File tree

6 files changed

+444
-4
lines changed

6 files changed

+444
-4
lines changed

mono/metadata/jit-info.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ jit_info_table_chunk_index (MonoJitInfoTableChunk *chunk, MonoThreadHazardPointe
196196
return left;
197197
}
198198

199+
/* When changing this method, make sure to also update oop_jit_info_table_find
200+
in mono/metadata/oop.c. */
199201
static MonoJitInfo*
200202
jit_info_table_find (MonoJitInfoTable *table, MonoThreadHazardPointers *hp, gint8 *addr)
201203
{

0 commit comments

Comments
 (0)