summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);