mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
proc-parse: Fix 32-bit printing of vma addresses
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
3bf2d6d9e9
commit
0b98d87bf1
@ -239,7 +239,7 @@ int parse_self_maps_lite(struct vm_area_list *vms)
|
||||
list_add_tail(&vma->list, &vms->h);
|
||||
vms->nr++;
|
||||
|
||||
pr_debug("Parsed %lx-%lx vma\n", vma->e->start, vma->e->end);
|
||||
pr_debug("Parsed %"PRIx64"-%"PRIx64" vma\n", vma->e->start, vma->e->end);
|
||||
}
|
||||
|
||||
fclose(maps);
|
||||
|
Loading…
x
Reference in New Issue
Block a user