hw/isa/pc87312: Use uint16_t for the ISA I/O base address

This matches the isa_register_ioport() prototype.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180308223946.26784-7-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2018-03-08 23:39:27 +01:00 committed by Paolo Bonzini
parent 010d2dc473
commit 4e00105a76
2 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@
typedef struct PC87312State {
ISADevice dev;
uint32_t iobase;
uint16_t iobase;
uint8_t config; /* initial configuration */
struct {