mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
Fix compile failure
This commit is contained in:
@@ -545,7 +545,7 @@ pic_set_pci(void)
|
||||
io_sethandler(i + 0x0080, 0x0002, pic_read, NULL, NULL, pic_write, NULL, NULL, &pic2);
|
||||
}
|
||||
|
||||
for (i = 0xff20; i < 0xff40; i += 4) {
|
||||
for (uint16_t i = 0xff20; i < 0xff40; i += 4) {
|
||||
io_sethandler(i, 0x0002, pic_read, NULL, NULL, pic_write, NULL, NULL, &pic);
|
||||
io_sethandler(i + 0x0080, 0x0002, pic_read, NULL, NULL, pic_write, NULL, NULL, &pic2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user