Skip to content

Commit

Permalink
Fix incompatible declaration in previous commit.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3795 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
balrog committed Dec 10, 2007
1 parent 88eeee0 commit 2e8c191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2e8c191

Please sign in to comment.