mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
Infinite PPC OS X compile fixes (no whatsnew)
This commit is contained in:
parent
a0015f3840
commit
bda9211496
@ -1690,7 +1690,7 @@ static void memory_init_spaces(running_machine *machine)
|
||||
memset(memdata->wptable, STATIC_WATCHPOINT, 1 << LEVEL1_BITS);
|
||||
|
||||
/* loop over devices */
|
||||
device_memory_interface *memory;
|
||||
device_memory_interface *memory = NULL;
|
||||
for (bool gotone = machine->devicelist.first(memory); gotone; gotone = memory->next(memory))
|
||||
for (spacenum = 0; spacenum < ADDRESS_SPACES; spacenum++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user