From: balrog Date: Mon, 10 Dec 2007 00:33:13 +0000 (+0000) Subject: Fix incompatible declaration in previous commit. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e8c191795768429b7f621b17b0194f2298668c0;p=qemu.git Fix incompatible declaration in previous commit. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3795 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/flash.h b/hw/flash.h index 95ac62862d..d07f6a19ea 100644 --- a/hw/flash.h +++ b/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);