mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
am29k: fix PPC GCC compile error
This commit is contained in:
parent
699891bcb2
commit
940c2b4e9a
@ -274,6 +274,7 @@ UINT32 read_program_word(am29000_state *state, UINT32 address)
|
|||||||
{
|
{
|
||||||
fatalerror("Am29000 instruction MMU translation enabled!");
|
fatalerror("Am29000 instruction MMU translation enabled!");
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user