mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
shmem: Fix format of printing shmem addresses
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
5f9acc8dc9
commit
a9484a916a
2
shmem.c
2
shmem.c
@ -76,7 +76,7 @@ int collect_shmem(int pid, VmaEntry *vi)
|
|||||||
if (!si)
|
if (!si)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
pr_info("Add new shmem 0x%"PRIx64" (0x0160x%"PRIx64"-0x0160x%"PRIx64")\n",
|
pr_info("Add new shmem 0x%"PRIx64" (0x%016"PRIx64"-0x%016"PRIx64")\n",
|
||||||
vi->shmid, vi->start, vi->end);
|
vi->shmid, vi->start, vi->end);
|
||||||
|
|
||||||
si->start = vi->start;
|
si->start = vi->start;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user