mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
fixed cast
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3613 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fa58c1568b
commit
8731ac030e
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ static int omap_dma_ch_reg_write(struct omap_dma_s *s,
|
|||
return 1;
|
||||
|
||||
default:
|
||||
OMAP_BAD_REG((unsigned long) reg);
|
||||
OMAP_BAD_REG((target_phys_addr_t) reg);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue