hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats
commit1c8d4071ee95de26a7f1feff8e94ebc6e12e0b19
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Mar 2021 23:20:21 +0000 (3 00:20 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 19:29:36 +0000 (13 20:29 +0100)
treeeb17216726e7c85349e78f17d77f61e63bda5670
parent8d492c5f06e107b2f7ebeb66ccb25537cccbf269
hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats

Fix the following typos:
- GT_PCI1_CFGDATA is not a timer register but a PCI one,
- zero-padding flag is out of the format

Fixes: 641ca2bfcd5 ("hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20210309142630.728014-4-f4bug@amsat.org>
hw/mips/gt64xxx_pci.c