]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/Arm9/Arm9Support.asm
Remove tabs from all text files in the package.
[mirror_edk2.git] / ArmPkg / Library / ArmLib / Arm9 / Arm9Support.asm
index bc9d6d2ee0590abcb7dba208569b343f731c866a..2a147eff3a1dafdd784489b9078775bfbdf0188b 100644 (file)
@@ -112,7 +112,7 @@ ArmCleanDataCache
   MRC     p15,0,r15,c7,c10,3
   BNE     ArmCleanDataCache
   MOV     R0,#0
-  MCR     p15,0,R0,c7,c10,4        ;Drain write buffer
+  MCR     p15,0,R0,c7,c10,4\s\s    ;Drain write buffer
   BX      LR
 
 ArmInvalidateDataCache
@@ -126,7 +126,7 @@ ArmCleanInvalidateDataCache
   MRC     p15,0,r15,c7,c14,3
   BNE     ArmCleanInvalidateDataCache
   MOV     R0,#0
-  MCR     p15,0,R0,c7,c10,4        ;Drain write buffer
+  MCR     p15,0,R0,c7,c10,4\s\s    ;Drain write buffer
   BX      LR
 
 ArmEnableBranchPrediction