mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00:00
Get rid of _t suffix
Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
@@ -78,7 +78,7 @@ mst_fpga_set_irq(void *opaque, int irq, int level)
|
||||
|
||||
|
||||
static uint32_t
|
||||
mst_fpga_readb(void *opaque, target_phys_addr_t addr)
|
||||
mst_fpga_readb(void *opaque, a_target_phys_addr addr)
|
||||
{
|
||||
mst_irq_state *s = (mst_irq_state *) opaque;
|
||||
|
||||
@@ -115,7 +115,7 @@ mst_fpga_readb(void *opaque, target_phys_addr_t addr)
|
||||
}
|
||||
|
||||
static void
|
||||
mst_fpga_writeb(void *opaque, target_phys_addr_t addr, uint32_t value)
|
||||
mst_fpga_writeb(void *opaque, a_target_phys_addr addr, uint32_t value)
|
||||
{
|
||||
mst_irq_state *s = (mst_irq_state *) opaque;
|
||||
value &= 0xffffffff;
|
||||
|
||||
Reference in New Issue
Block a user