Set THUMB bit for RUNTIME_FIXUP_HELPER functions (#7373)
authorJonghyun Park <parjong@gmail.com>
Thu, 29 Sep 2016 07:53:15 +0000 (16:53 +0900)
committerJan Kotas <jkotas@microsoft.com>
Thu, 29 Sep 2016 07:53:15 +0000 (00:53 -0700)
commit74967f89e0f43e156cf23cd88840e1f0fc94f997
tree3395157754f2b6cb1826b57308d4507646899200
parent8493c03a5f9e4d2aaf4e56e5c228642e221993bd
Set THUMB bit for RUNTIME_FIXUP_HELPER functions (#7373)

* Appends THUMB bit for RUNTIME_FIXUP_HELPER address
* Revise GetEEFuncEntryPoint (for ARM) and use it to set thumb bit
* Uses GetEEFuncEntryPoint instead of GFN_TADDR
src/vm/arm/cgencpu.h
src/vm/jitinterface.cpp
src/vm/virtualcallstub.cpp