mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
f9e69bd9cf
commit
49995e1748
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue