mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06: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…
Add table
Add a link
Reference in a new issue