Explorar o código

replace space to tab

bigmagic %!s(int64=5) %!d(string=hai) anos
pai
achega
53211b3c6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libcpu/aarch64/cortex-a53/context_gcc.S

+ 1 - 1
libcpu/aarch64/cortex-a53/context_gcc.S

@@ -13,7 +13,7 @@
  */
 .globl rt_hw_gtimer_enable
 rt_hw_gtimer_enable:
-    MOV X0,#1
+	MOV X0,#1
 	MSR CNTP_CTL_EL0,X0
 	RET