Fixed a compile-breaking mistake in mach64_ext_readw().

This commit is contained in:
OBattler
2020-05-29 20:36:34 +02:00
parent 1efbab7fec
commit df05daca51

View File

@@ -2108,6 +2108,7 @@ uint8_t mach64_ext_readb(uint32_t addr, void *p)
}
uint16_t mach64_ext_readw(uint32_t addr, void *p)
{
mach64_t *mach64 = (mach64_t *)p;
uint16_t ret;
if (!(addr & 0x400))
{