mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Fix 64bit compile on linux 4.4.0 - no whatsnew
This commit is contained in:
parent
2c6823cb77
commit
1110777ee5
@ -714,7 +714,7 @@ static drcbe_state *drcbex64_alloc(drcuml_state *drcuml, drccache *cache, runnin
|
||||
/* get address spaces and accessors */
|
||||
for (spacenum = 0; spacenum < ADDRESS_SPACES; spacenum++)
|
||||
{
|
||||
drcbe->space[spacenum] = device->space(spacenum);
|
||||
drcbe->space[spacenum] = downcast<cpu_device *>(device)->space(spacenum);
|
||||
if (drcbe->space[spacenum] != NULL)
|
||||
drcbe->accessors[spacenum] = drcbe->space[spacenum]->accessors;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user