Skip to content

Commit 5d92128

Browse files
authored
Merge pull request #817 from Unity-Technologies/unity-master-oop-crash-handler
Rebase of out of process crash handlers taken and squashed from https://github.com/PeteLewisUnity/mono/commits/unity-2017-02-staging-oop These were missed with our rebase onto mono master
2 parents ff33da9 + 4ca758f commit 5d92128

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)