mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 21:13:50 +00:00
Restore consistent formatting
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
df2921d326
commit
8acbc9b21d
1
hw/gus.c
1
hw/gus.c
@ -276,7 +276,6 @@ static int gus_initfn (ISADevice *dev)
|
||||
register_ioport_read (s->port + 6, 10, 2, gus_readw, s);
|
||||
isa_init_ioport_range (dev, s->port + 6, 10);
|
||||
|
||||
|
||||
register_ioport_write (s->port + 0x100, 8, 1, gus_writeb, s);
|
||||
register_ioport_write (s->port + 0x100, 8, 2, gus_writew, s);
|
||||
register_ioport_read (s->port + 0x100, 8, 1, gus_readb, s);
|
||||
|
Loading…
Reference in New Issue
Block a user