]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S
ArmPkg: use unified asm syntax for CLANG
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / Arm / SetMem.S
index c5b4cfe15f2f4b07f810b1ade37ea9d3d5ec3d82..970d030ca36801000184e897ca10aeba0c383665 100755 (executable)
@@ -36,6 +36,7 @@ InternalMemSetMem (
 **/\r
 \r
 .text\r
+.syntax unified\r
 .align 2\r
 GCC_ASM_EXPORT(InternalMemSetMem)\r
 \r
@@ -67,7 +68,7 @@ L31:
   b      L32\r
 L34:\r
   cmp      lr, #0\r
-  streqb  r2, [r12], #1\r
+  strbeq  r2, [r12], #1\r
   subeq    r1, r1, #1\r
   beq      L43\r
   sub      r1, r1, #32\r