projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77ce64
)
[x86/Linux] Clean up PopSEHRecords (#9812)
author
Jonghyun Park
<parjong@gmail.com>
Mon, 27 Feb 2017 02:46:19 +0000
(11:46 +0900)
committer
Jan Kotas
<jkotas@microsoft.com>
Mon, 27 Feb 2017 02:46:19 +0000
(18:46 -0800)
src/vm/i386/unixstubs.cpp
patch
|
blob
|
history
diff --git
a/src/vm/i386/unixstubs.cpp
b/src/vm/i386/unixstubs.cpp
index b05c05f6a76e4aab73329efc10b7835d60598666..30cb66d3249caeb7bd97d9363b9fceaaec46c99d 100644
(file)
--- a/
src/vm/i386/unixstubs.cpp
+++ b/
src/vm/i386/unixstubs.cpp
@@
-46,11
+46,6
@@
extern "C"
}
};
-VOID __cdecl PopSEHRecords(LPVOID pTargetSP)
-{
- PORTABILITY_ASSERT("Implement for PAL");
-}
-
EXTERN_C VOID BackPatchWorkerAsmStub()
{
PORTABILITY_ASSERT("BackPatchWorkerAsmStub");