From 88494c268dfe46c142fcf1f4df1defecfb339f6a Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 12 Aug 2023 02:34:52 +0200 Subject: [PATCH] Fixes in cpu/x86_ops_arith.h. --- src/cpu/x86_ops_arith.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpu/x86_ops_arith.h b/src/cpu/x86_ops_arith.h index 09d64bb87..4e3f74e36 100644 --- a/src/cpu/x86_ops_arith.h +++ b/src/cpu/x86_ops_arith.h @@ -687,7 +687,7 @@ static int opTEST_l_a16(uint32_t fetchdat) { uint32_t temp; - uint16_t temp2; + uint32_t temp2; fetch_ea_16(fetchdat); if (cpu_mod != 3) @@ -709,7 +709,7 @@ static int opTEST_l_a32(uint32_t fetchdat) { uint32_t temp; - uint16_t temp2; + uint32_t temp2; fetch_ea_32(fetchdat); if (cpu_mod != 3) @@ -1005,7 +1005,7 @@ static int op83_l_a16(uint32_t fetchdat) { uint32_t src; - uint16_t dst; + uint32_t dst; fetch_ea_16(fetchdat); if (cpu_mod != 3)