More fun with Apple GCC (no whatsnew)

This commit is contained in:
R. Belmont 2011-03-09 01:54:43 +00:00
parent 6a1371290f
commit 6517ccd2b8

View File

@ -933,6 +933,9 @@ INLINE UINT32 m68ki_ic_readimm16(m68ki_cpu_core *m68k, UINT32 address)
{
return m68k->memory.readimm16(address);
}
// this can't happen, but Apple GCC insists
return 0;
}
/* Handles all immediate reads, does address error check, function code setting,