提交 79bd132f 编写于 作者: S Sukhikh Alexander

Update comment message

Issue I661Z1
Test: Build and boot devices.
Signed-off-by: NSukhikh Alexander <sukhikh.alexander@huawei-partners.com>
上级 945fc839
......@@ -50,7 +50,11 @@ weak_alias(__mmap, mmap);
weak_alias(mmap, mmap64);
#endif // HOOK_ENABLE
/* Adapter function for lldb to not deal with 64-bit arguments on 32-bit systems */
/*
Adapter function for lldb to not deal with 64-bit arguments on 32-bit systems
Issue I661Z1
Test: Build and boot devices.
*/
void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) {
return mmap(start, len, prot, flags, fd, off);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册