Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (#8492)
authorJonghyun Park <parjong@gmail.com>
Wed, 7 Dec 2016 09:54:54 +0000 (18:54 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 7 Dec 2016 09:54:54 +0000 (10:54 +0100)
commiteb582352acec56cc9744cae32a34900d6de987ea
tree81c3b28d9510d9cfdbe603408fcd60e16237ba22
parent375948e39cf1a946b3d8048ca51cd4e548f94648
Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (#8492)

* Move JIT_EndCatch from asmhelpers.asm into jithelp.asm

The name of JIT_EndCatch suggests that it is a JIT helper, but its
implementation is inside asmhelpers.asm (not in jithelp.asm).

This commit moves its implementation into jithelp.asm.

* Move COMPlusEndCatch declaration
src/vm/i386/asmhelpers.asm
src/vm/i386/jithelp.asm