From 4b99070fc066d50bef15fd78d835a1e6b75fee39 Mon Sep 17 00:00:00 2001 From: SarahW Date: Sat, 16 Mar 2019 15:47:49 +0000 Subject: [PATCH] Flush accumulators before call to non-recompiled instruction. --- src/codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codegen.c b/src/codegen.c index 23ea678..5ffa2cc 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -692,7 +692,7 @@ generate_call: #ifdef DEBUG_EXTRA uop_LOG_INSTR(ir, opcode | (last_prefix << 8)); #endif - + codegen_accumulate_flush(ir); if (op_table == x86_dynarec_opcodes_3DNOW) uop_MOV_IMM(ir, IREG_pc, next_pc); else