]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Arm/Helper.asm
ARM Packages: Replace tabs by spaces for indentation
[mirror_edk2.git] / ArmPlatformPkg / Sec / Arm / Helper.asm
index febcdb18a1b27a90f41c15b3c6d3a4c4909789ec..8aa7d7840d56459bab93c7b9a8a149237efe77a2 100644 (file)
@@ -67,7 +67,7 @@ set_non_secure_mode
     and     r0, r0, #0x1f     // Keep only the mode bits\r
     mrs     r1, spsr          // Read the spsr\r
     bic     r1, r1, #0x1f     // Clear all mode bits\r
-    orr            r1, r1, r0\r
+    orr     r1, r1, r0\r
     msr     spsr_cxsf, r1     // write back spsr (may have caused a mode switch)\r
     isb\r
     pop     { r1 }\r