am29k: fix PPC GCC compile error

This commit is contained in:
R. Belmont 2010-01-28 18:01:51 +00:00
parent 699891bcb2
commit 940c2b4e9a

View File

@ -274,6 +274,7 @@ UINT32 read_program_word(am29000_state *state, UINT32 address)
{
fatalerror("Am29000 instruction MMU translation enabled!");
}
return 0;
}
/***************************************************************************