summaryrefslogtreecommitdiff
path: root/src/vm/amd64/crthelpers.S
diff options
context:
space:
mode:
authorGeoff Norton <grompf@gmail.com>2015-02-11 11:31:28 -0800
committerGeoff Norton <grompf@gmail.com>2015-02-11 11:31:28 -0800
commitb7de56828c2047b5144840d65d13a148b96ea5f3 (patch)
tree87c5aa385b429fa67bf260ab19466cdcf3d6b3ff /src/vm/amd64/crthelpers.S
parent4faa8611c04e6a39cfc9aee10115946989f35ec7 (diff)
downloadcoreclr-b7de56828c2047b5144840d65d13a148b96ea5f3.tar.gz
coreclr-b7de56828c2047b5144840d65d13a148b96ea5f3.tar.bz2
coreclr-b7de56828c2047b5144840d65d13a148b96ea5f3.zip
Remove the CPP stubs and ensure to mark the leaf end
Diffstat (limited to 'src/vm/amd64/crthelpers.S')
-rw-r--r--src/vm/amd64/crthelpers.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/amd64/crthelpers.S b/src/vm/amd64/crthelpers.S
index 0b36e00d1b..78fdea82b4 100644
--- a/src/vm/amd64/crthelpers.S
+++ b/src/vm/amd64/crthelpers.S
@@ -26,7 +26,7 @@ LEAF_ENTRY JIT_MemSet, _TEXT
Exit_MemSet:
ret
-LEAF_END JIT_MemSet, _TEXT
+LEAF_END_MARKED JIT_MemSet, _TEXT
LEAF_ENTRY JIT_MemCpy, _TEXT
test rdx, rdx
@@ -40,4 +40,4 @@ LEAF_ENTRY JIT_MemCpy, _TEXT
Exit_MemCpy:
ret
-LEAF_END JIT_MemCpy, _TEXT
+LEAF_END_MARKED JIT_MemCpy, _TEXT