Merge pull request #4924 from GuEe-GUI/master

[bsp/virt64/aarch64]添加qemu-virt64-aarch64平台
This commit is contained in:
Bernard Xiong
2021-08-10 18:03:07 +08:00
committed by GitHub
28 changed files with 1899 additions and 5 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ void *rt_memheap_realloc(struct rt_memheap *heap, void *ptr, rt_size_t newsize)
next_ptr->pool_ptr = heap;
#ifdef RT_USING_MEMTRACE
rt_memset(next_ptr->owner_thread_name, ' ', sizeof(next_ptr->owner_thread_name));
rt_memset((void *)next_ptr->owner_thread_name, ' ', sizeof(next_ptr->owner_thread_name));
#endif /* RT_USING_MEMTRACE */
next_ptr->prev = header_ptr;