This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
[libcpu][aarch64]fix memheap search in setup of aarch64
zms123456
1 năm trước cách đây
mục cha
46f464a5e0
commit
cc47212b53
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
libcpu/aarch64/common/setup.c
+ 1
- 0
libcpu/aarch64/common/setup.c
Xem Tập Tin
@@ -253,6 +253,7 @@ void rt_hw_common_setup(void)
break;
}
+ mem_region++;
}
}