Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (dotnet/coreclr#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)
commitc540ba2750cda518beb13725c70d8a58efd979d1
tree64ede21c07486233acf942b56826eaa089b3111a
parent6d3378e7aa0b009e63c362bd696866e1d8a6d4a2
Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (dotnet/coreclr#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

Commit migrated from https://github.com/dotnet/coreclr/commit/eb582352acec56cc9744cae32a34900d6de987ea
src/coreclr/src/vm/i386/asmhelpers.asm
src/coreclr/src/vm/i386/jithelp.asm