mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
More fun with Apple GCC (no whatsnew)
This commit is contained in:
parent
6a1371290f
commit
6517ccd2b8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user