]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S
Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of...
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / Arm / CopyMem.S
index 91a4dfcfe580a6978fb932905f328d0086e8d07b..1cd1dae54ffee051f2e8a4975c9b2cd2d1b3fb83 100755 (executable)
@@ -6,8 +6,8 @@
 # 32-bit aligned, else it does a byte copy. It also does a byte copy for\r
 # any trailing bytes. It was updated to do 32-byte copies using stm/ldm. \r
 #\r
-# Copyright (c) 2008-2010 Apple Inc. All rights reserved.<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -40,6 +40,7 @@ InternalMemCopyMem (
 .text\r
 .align 2\r
 .globl ASM_PFX(InternalMemCopyMem)\r
+INTERWORK_FUNC(InternalMemCopyMem)\r
 \r
 ASM_PFX(InternalMemCopyMem):\r
        stmfd   sp!, {r4-r11, lr}\r