提交 49995e17 编写于 作者: A Aurelien Jarno

linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types

Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 f9e69bd9
......@@ -2589,7 +2589,7 @@ static int elf_core_dump(int signr, const CPUState *env)
*/
error = copy_from_user(page, addr, sizeof (page));
if (error != 0) {
(void) fprintf(stderr, "unable to dump " TARGET_FMT_lx "\n",
(void) fprintf(stderr, "unable to dump " TARGET_ABI_FMT_lx "\n",
addr);
errno = -error;
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册