This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[libcpu][aarch64]fix memheap search in setup of aarch64
zms123456
1 year ago
parent
46f464a5e0
commit
cc47212b53
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
libcpu/aarch64/common/setup.c
+ 1
- 0
libcpu/aarch64/common/setup.c
View File
@@ -253,6 +253,7 @@ void rt_hw_common_setup(void)
break;
}
+ mem_region++;
}
}