summaryrefslogtreecommitdiff
path: root/src/jit/unwind.cpp
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-01-23 19:46:37 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-01-23 11:46:37 +0100
commit347243f80d62d5aaa5359ef8c8d5331b6d8e4a63 (patch)
tree82fa5ea05a77885661cc070d4d84026bbb4d9536 /src/jit/unwind.cpp
parent62ac5f04456e517b76bcfc3d386859a506eed6d1 (diff)
downloadcoreclr-347243f80d62d5aaa5359ef8c8d5331b6d8e4a63.tar.gz
coreclr-347243f80d62d5aaa5359ef8c8d5331b6d8e4a63.tar.bz2
coreclr-347243f80d62d5aaa5359ef8c8d5331b6d8e4a63.zip
[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)
* [x86/Linux] (Partially) Enable FEATURE_EH_FUNCLETS * Update CLR ABI Document * Add TODO (for Funclet Prolog/Epilog Gen)
Diffstat (limited to 'src/jit/unwind.cpp')
-rw-r--r--src/jit/unwind.cpp32
1 files changed, 1 insertions, 31 deletions
diff --git a/src/jit/unwind.cpp b/src/jit/unwind.cpp
index 4568fed75a..b354504bb7 100644
--- a/src/jit/unwind.cpp
+++ b/src/jit/unwind.cpp
@@ -132,37 +132,7 @@ void Compiler::unwindGetFuncLocations(FuncInfoDsc* func,
#elif defined(_TARGET_X86_)
-// Stub routines that do nothing
-void Compiler::unwindBegProlog()
-{
-}
-void Compiler::unwindEndProlog()
-{
-}
-void Compiler::unwindBegEpilog()
-{
-}
-void Compiler::unwindEndEpilog()
-{
-}
-void Compiler::unwindReserve()
-{
-}
-void Compiler::unwindEmit(void* pHotCode, void* pColdCode)
-{
-}
-void Compiler::unwindPush(regNumber reg)
-{
-}
-void Compiler::unwindAllocStack(unsigned size)
-{
-}
-void Compiler::unwindSetFrameReg(regNumber reg, unsigned offset)
-{
-}
-void Compiler::unwindSaveReg(regNumber reg, unsigned offset)
-{
-}
+// See unwindX86.cpp
#else // _TARGET_*