diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-06-27 21:00:06 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-06-28 14:01:23 -0500 |
commit | 6bedfe94c96c5ba35fcb2a52b438fefcc682669e (patch) | |
tree | 038e51acf26e46afd98410bc712b4c1fa72c2c71 /pc-bios | |
parent | 8a9c98aedc1a3fb4dfbebeccc926e273df54f2ba (diff) |
arch_init: Fix format string by using RAM_ADDR_FMT
length is a ram_addr_t, so RAM_ADDR_FMT must be used instead of %ld.
This fixes a recently introduced regression for w64 builds.
Using RAM_ADDR_FMT also changes decimal output to sedecimal.
This is good here because length and block->length should both
use the same base in the error message.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1372359606-2759-1-git-send-email-sw@weilnetz.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions