mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Fix OMAP1 MPUI/O keyboard interrupt masking.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3796 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2e8c191795
commit
cf6d911814
3 changed files with 5 additions and 5 deletions
|
@ -525,7 +525,7 @@ static int ctz32 (uint32_t n)
|
|||
}
|
||||
|
||||
pflash_t *pflash_cfi02_register(target_phys_addr_t base, ram_addr_t off,
|
||||
BlockDriverState *bs, target_ulong sector_len,
|
||||
BlockDriverState *bs, uint32_t sector_len,
|
||||
int nb_blocs, int width,
|
||||
uint16_t id0, uint16_t id1,
|
||||
uint16_t id2, uint16_t id3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue