mirror of
https://github.com/holub/mame
synced 2025-05-03 21:13:18 +03:00
fix compile on gcc 8.2.0 64-bit win (nw)
This commit is contained in:
parent
9b5357da53
commit
828294de32
@ -416,6 +416,7 @@ WRITE8_MEMBER(hp95lx_state::f300_w)
|
||||
{
|
||||
address_map_bank_device *mapper;
|
||||
const char *mapname;
|
||||
mapper = m_bankdev_e000; // appease GCC 'may be used uninitialized'
|
||||
|
||||
LOG("%s: IO %04x <- %02x\n", machine().describe_context(), 0xf300 + offset, data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user