[aot] Fix the check in mono_aot_get_plt_entry () for thumb code, use 'code-4' instead...
authorZoltan Varga <vargaz@gmail.com>
Thu, 11 Feb 2016 06:14:29 +0000 (01:14 -0500)
committerZoltan Varga <vargaz@gmail.com>
Thu, 11 Feb 2016 06:14:29 +0000 (01:14 -0500)
commit992da4b5f462487ee4c8257481e11daafa206446
tree9afe2cea8c1c3e18cafc6ce3615ae58c860c821b
parentc5512c0d3e2b102ed16158ce8c599c8203ccd510
[aot] Fix the check in mono_aot_get_plt_entry () for thumb code, use 'code-4' instead of 'code', since the latter points to after a call, so it could point outside the range of llvm code. Fixes #36723.
mono/mini/aot-runtime.c