summaryrefslogtreecommitdiff
path: root/src/vm/amd64
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2018-04-13 12:46:52 -0400
committerJan Kotas <jkotas@microsoft.com>2018-04-13 09:46:52 -0700
commitbc28740cd5f0533655f347fc315f6a28836a7efe (patch)
tree25b747509ff980adf10982a810449e7b3418e752 /src/vm/amd64
parentbba18ae06d9f132914ec77234bfd1c3ab9100d1a (diff)
downloadcoreclr-bc28740cd5f0533655f347fc315f6a28836a7efe.tar.gz
coreclr-bc28740cd5f0533655f347fc315f6a28836a7efe.tar.bz2
coreclr-bc28740cd5f0533655f347fc315f6a28836a7efe.zip
[Arm64/Linux] Use platform memset/memcpy (#17536)
Fixes buggy memset implementation Use heavily optimized platform implementation Follows amd64 & arm precedent
Diffstat (limited to 'src/vm/amd64')
-rw-r--r--src/vm/amd64/crthelpers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/amd64/crthelpers.S b/src/vm/amd64/crthelpers.S
index 168359e192..a9b54e4d3b 100644
--- a/src/vm/amd64/crthelpers.S
+++ b/src/vm/amd64/crthelpers.S
@@ -8,7 +8,7 @@
// JIT_MemSet/JIT_MemCpy
//
-// It is IMPORANT that the exception handling code is able to find these guys
+// It is IMPORTANT that the exception handling code is able to find these guys
// on the stack, but on non-windows platforms we can just defer to the platform
// implementation.
//