From 53211b3c6eeb868d975d33a02a49b8babc21f65d Mon Sep 17 00:00:00 2001 From: bigmagic Date: Wed, 26 Feb 2020 15:43:23 +0800 Subject: [PATCH] replace space to tab --- libcpu/aarch64/cortex-a53/context_gcc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/aarch64/cortex-a53/context_gcc.S b/libcpu/aarch64/cortex-a53/context_gcc.S index f9052d2201..d5c241036e 100644 --- a/libcpu/aarch64/cortex-a53/context_gcc.S +++ b/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 -- GitLab