From add05713dd64dd04438dfd380d2324c4e7c74281 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 9 Aug 2016 03:44:59 +0200 Subject: [PATCH] Added two semicolons I forgot. --- src/x87_ops_loadstore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x87_ops_loadstore.h b/src/x87_ops_loadstore.h index 00b52b505..1b9d5e7e7 100644 --- a/src/x87_ops_loadstore.h +++ b/src/x87_ops_loadstore.h @@ -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;