summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
authorAndrey Kvochko <a.kvochko@samsung.com>2018-12-24 19:23:55 +0300
committerAndrey Kvochko <a.kvochko@samsung.com>2018-12-25 13:06:48 +0300
commita5118b561433f03a819087de40aaa815b7acef26 (patch)
treef2cffa5fabb606ea3aa4ec23639ae61f32a92529 /src/jit/emit.h
parenta548a0e6d1aa8ee795f024f129d5393c02328370 (diff)
downloadcoreclr-a5118b561433f03a819087de40aaa815b7acef26.tar.gz
coreclr-a5118b561433f03a819087de40aaa815b7acef26.tar.bz2
coreclr-a5118b561433f03a819087de40aaa815b7acef26.zip
Fix CFI code offsets in prolog on ARM
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index dbfb178867..a8ef7835e1 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -203,9 +203,7 @@ public:
return true;
}
-#ifdef _TARGET_AMD64_
UNATIVE_OFFSET GetFuncletPrologOffset(emitter* emit) const;
-#endif // _TARGET_AMD64_
#ifdef DEBUG
void Print() const;