Added two semicolons I forgot.

This commit is contained in:
OBattler
2016-08-09 03:44:59 +02:00
parent e6553975da
commit add05713dd

View File

@@ -5,7 +5,7 @@ static int opFILDiw_a16(uint32_t fetchdat)
fetch_ea_16(fetchdat);
if (mod == 3)
{
return opFFREEP(fetchdat)
return opFFREEP(fetchdat);
}
if (fplog) pclog("FILDw %08X:%08X\n", easeg, eaaddr);
temp = geteaw(); if (abrt) return 1;
@@ -21,7 +21,7 @@ static int opFILDiw_a32(uint32_t fetchdat)
fetch_ea_32(fetchdat);
if (mod == 3)
{
return opFFREEP(fetchdat)
return opFFREEP(fetchdat);
}
if (fplog) pclog("FILDw %08X:%08X\n", easeg, eaaddr);
temp = geteaw(); if (abrt) return 1;