mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
cuda: Use FMT_plx
Use new FMT_plx format for ppc64-compatible trace output. Signed-off-by: Andreas Färber <andreas.faerber@web.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@952 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Andreas Färber
parent
5131e8c560
commit
07c440b33b
@@ -376,7 +376,7 @@ cuda_t *cuda_init (const char *path, phys_addr_t base)
|
||||
phandle_t aliases;
|
||||
|
||||
base += IO_CUDA_OFFSET;
|
||||
CUDA_DPRINTF(" base=%08x\n", base);
|
||||
CUDA_DPRINTF(" base=" FMT_plx "\n", base);
|
||||
cuda = malloc(sizeof(cuda_t));
|
||||
if (cuda == NULL)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user