]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/switchu8.S
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / switchu8.S
index ed0c115817ef5da3ac15f2845fc67b811324d283..39c4a7fdffebd66ca6373d8d8113e909e34a431f 100644 (file)
@@ -1,30 +1,29 @@
-#/** @file
-#  Compiler intrinsic for ARM compiler
-#
-#  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http)://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.;
-#
-#**/
-#        
-
-.text
-.p2align 2
-
-.globl ASM_PFX(__switchu8)
-INTERWORK_FUNC(__switchu8)
-
-
-ASM_PFX(__switchu8):
-    ldrb      ip,[lr,#-1]
-    cmp       r3,ip
-    ldrccb    r3,[lr,r3]
-    ldrcsb    r3,[lr,ip]
-    add       ip,lr,r3,LSL #1
-    bx        ip
-
+#/** @file\r
+#  Compiler intrinsic for ARM compiler\r
+#\r
+#  Copyright (c) 2008 - 2009, 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
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.;\r
+#\r
+#**/\r
+#\r
+\r
+.text\r
+.p2align 2\r
+\r
+GCC_ASM_EXPORT(__switchu8)\r
+\r
+\r
+ASM_PFX(__switchu8):\r
+    ldrb      ip,[lr,#-1]\r
+    cmp       r0,ip\r
+    ldrccb    r0,[lr,r0]\r
+    ldrcsb    r0,[lr,ip]\r
+    add       ip,lr,r0,LSL #1\r
+    bx        ip\r
+\r