From 6695367a3edfc1609fc6d3f2e2f60c3ccd9f92c3 Mon Sep 17 00:00:00 2001 From: arvinzzz Date: Fri, 10 Jun 2022 14:49:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=9D=9Earm=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E6=89=BE=E4=B8=8D=E5=88=B0memcpy=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: arvinzzz Change-Id: I7e93b2210ba22c33886f31b1f4d41ce5388d4a09 --- porting/liteos_m/kernel/src/string/memcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting/liteos_m/kernel/src/string/memcpy.c b/porting/liteos_m/kernel/src/string/memcpy.c index c602280f..35df0425 100644 --- a/porting/liteos_m/kernel/src/string/memcpy.c +++ b/porting/liteos_m/kernel/src/string/memcpy.c @@ -1,4 +1,4 @@ -#if __ARMEB__ +#if !__ARMEL__ #include #include #include -- GitLab