From 875a52b6f8c34756b7c6d4c5d4bf46c885873b52 Mon Sep 17 00:00:00 2001 From: zms123456 <85141075+zmshahaha@users.noreply.github.com> Date: Wed, 17 Apr 2024 07:56:01 +0800 Subject: [PATCH] [libcpu][aarch64]fix memheap search in setup of aarch64 --- libcpu/aarch64/common/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcpu/aarch64/common/setup.c b/libcpu/aarch64/common/setup.c index a7bcd26070..5afcebfe8f 100644 --- a/libcpu/aarch64/common/setup.c +++ b/libcpu/aarch64/common/setup.c @@ -253,6 +253,7 @@ void rt_hw_common_setup(void) break; } + mem_region++; } }