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:
392d2a4
)
[Arm64] Remove C++ stubs obscurring assembly versions (#17172)
author
Steve MacLean
<sdmaclea.qdt@qualcommdatacenter.com>
Mon, 26 Mar 2018 13:02:19 +0000
(09:02 -0400)
committer
Jan Vorlicek
<janvorli@microsoft.com>
Mon, 26 Mar 2018 13:02:19 +0000
(15:02 +0200)
src/vm/arm64/unixstubs.cpp
patch
|
blob
|
history
diff --git
a/src/vm/arm64/unixstubs.cpp
b/src/vm/arm64/unixstubs.cpp
index 6cf97feb16aed6e3dd39dc736b4b41c904b7b93c..1d323bf571b838238b88cda4bc4e48e3fbfc1e6d 100644
(file)
--- a/
src/vm/arm64/unixstubs.cpp
+++ b/
src/vm/arm64/unixstubs.cpp
@@
-10,19
+10,4
@@
extern "C"
{
PORTABILITY_ASSERT("Implement for PAL");
}
-
- void GenericPInvokeCalliHelper()
- {
- PORTABILITY_ASSERT("Implement for PAL");
- }
-
- void VarargPInvokeStub()
- {
- PORTABILITY_ASSERT("Implement for PAL");
- }
-
- void VarargPInvokeStub_RetBuffArg()
- {
- PORTABILITY_ASSERT("Implement for PAL");
- }
};