mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
use correct printf format
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3611 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a702b35388
commit
444ce24195
3 changed files with 7 additions and 3 deletions
2
hw/pxa.h
2
hw/pxa.h
|
@ -203,7 +203,7 @@ struct pxa2xx_i2s_s {
|
|||
};
|
||||
|
||||
# define PA_FMT "0x%08lx"
|
||||
# define REG_FMT "0x%lx"
|
||||
# define REG_FMT "0x" TARGET_FMT_plx
|
||||
|
||||
struct pxa2xx_state_s *pxa270_init(unsigned int sdram_size, DisplayState *ds,
|
||||
const char *revision);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue