mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix gcc 4.8 compile (nw)
This commit is contained in:
parent
d3ca564778
commit
0c435bf290
@ -4076,8 +4076,7 @@ memory_block::memory_block(address_space &space, offs_t bytestart, offs_t byteen
|
||||
m_space(space),
|
||||
m_bytestart(bytestart),
|
||||
m_byteend(byteend),
|
||||
m_data(reinterpret_cast<UINT8 *>(memory)),
|
||||
m_allocated(NULL)
|
||||
m_data(reinterpret_cast<UINT8 *>(memory))
|
||||
{
|
||||
VPRINTF(("block_allocate('%s',%s,%08X,%08X,%p)\n", space.device().tag(), space.name(), bytestart, byteend, memory));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user