[jit] Move the 'remove any unused lmf' code from mono_arch_find_jit_info () to mini...
commit65c98381513819c8b165e35d80c0a98cba905af6
authorZoltan Varga <vargaz@gmail.com>
Mon, 30 Jun 2014 17:40:10 +0000 (30 19:40 +0200)
committerZoltan Varga <vargaz@gmail.com>
Mon, 30 Jun 2014 17:40:10 +0000 (30 19:40 +0200)
treea3044e749ff08c405619f5f8a9b6a625eebbc8a6
parentbffc57cca833f0ea19ea8f3be3bd50e5e136c5be
[jit] Move the 'remove any unused lmf' code from mono_arch_find_jit_info () to mini-exceptions.c to reduce code duplication and fix some problems where ctx->sp and lmf->sp was used to determine whenever the LMF was below the end of the stack instead of new_ctx->sp and lmf.
mono/mini/exceptions-amd64.c
mono/mini/exceptions-arm.c
mono/mini/exceptions-mips.c
mono/mini/exceptions-ppc.c
mono/mini/exceptions-s390x.c
mono/mini/exceptions-sparc.c
mono/mini/exceptions-x86.c
mono/mini/mini-exceptions.c