浏览代码

replace space to tab

bigmagic 5 年之前
父节点
当前提交
53211b3c6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 .globl rt_hw_gtimer_enable
 rt_hw_gtimer_enable:
 rt_hw_gtimer_enable:
-    MOV X0,#1
+	MOV X0,#1
 	MSR CNTP_CTL_EL0,X0
 	MSR CNTP_CTL_EL0,X0
 	RET
 	RET