Fixed an ATi Mach64 warning.

This commit is contained in:
OBattler
2020-11-20 05:44:04 +01:00
parent 7d2834b201
commit c11f91f294

View File

@@ -1740,7 +1740,7 @@ uint8_t mach64_ext_readb(uint32_t addr, void *p)
mach64_t *mach64 = (mach64_t *)p;
uint8_t gpio_state;
uint8_t ret;
uint8_t ret = 0xff;
if (!(addr & 0x400))
{
mach64_log("nmach64_ext_readb: addr=%04x\n", addr);