[libcpu][aarch64]fix memheap search in setup of aarch64

This commit is contained in:
zms123456 2024-04-17 07:56:01 +08:00 committed by GitHub
parent 46f464a5e0
commit cc47212b53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ void rt_hw_common_setup(void)
break;
}
mem_region++;
}
}