summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbalrog <balrog>2007-12-10 00:33:13 +0000
committerbalrog <balrog>2007-12-10 00:33:13 +0000
commiteacf7b5d28b66645439544527cec58444f4267ab (patch)
tree49e9843730a2c4e3de8c0ed7b12310fc839da96b
parent81f69e5166355d38fd18b265669eef950a45e1c4 (diff)
Fix incompatible declaration in previous commit.
-rw-r--r--qemu/hw/flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu/hw/flash.h b/qemu/hw/flash.h
index 95ac6286..d07f6a19 100644
--- a/qemu/hw/flash.h
+++ b/qemu/hw/flash.h
@@ -10,8 +10,8 @@ pflash_t *pflash_cfi01_register(target_phys_addr_t base, ram_addr_t off,
/* pflash_cfi02.c */
pflash_t *pflash_cfi02_register(target_phys_addr_t base, ram_addr_t off,
- BlockDriverState *bs,
- uint32_t sector_len, int nb_blocs, int width,
+ BlockDriverState *bs, target_ulong sector_len,
+ int nb_blocs, int width,
uint16_t id0, uint16_t id1,
uint16_t id2, uint16_t id3);