summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-22 08:36:39 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-22 08:36:39 +0000
commit4df876adfb234d0c73b8be407ef3436cdce86af5 (patch)
tree659cf36c0692390f2200ca46f318480aded1c7f2 /MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S
parent710a5b358451cf471ec82fec0637ed6ea8c687b4 (diff)
downloadedk2-4df876adfb234d0c73b8be407ef3436cdce86af5.tar.gz
edk2-4df876adfb234d0c73b8be407ef3436cdce86af5.tar.bz2
edk2-4df876adfb234d0c73b8be407ef3436cdce86af5.zip
add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use ".intel_syntax noprefix" directive to simplify the .S implementation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6184 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S')
-rw-r--r--MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S b/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S
index fe67040ff6..3e7a396b5b 100644
--- a/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S
+++ b/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.S
@@ -34,9 +34,9 @@
# IN UINTN Count
# )
#------------------------------------------------------------------------------
-.intel_syntax
-.globl _InternalMemCopyMem
-_InternalMemCopyMem:
+.intel_syntax noprefix
+.globl ASM_PFX(InternalMemCopyMem)
+ASM_PFX(InternalMemCopyMem):
push rsi
push rdi
mov rsi, rdx # rsi <- Source