From 4d9b894fecf2a40ccc4ba279873d66f126b397d4 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 25 Oct 2022 18:59:08 +0200 Subject: [PATCH] Fixed a dynarec warning. --- src/codegen/codegen_accumulate_x86-64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/codegen/codegen_accumulate_x86-64.c b/src/codegen/codegen_accumulate_x86-64.c index d2f1e0c3f..ceb751a95 100644 --- a/src/codegen/codegen_accumulate_x86-64.c +++ b/src/codegen/codegen_accumulate_x86-64.c @@ -47,8 +47,6 @@ void codegen_accumulate(int acc_reg, int delta) void codegen_accumulate_flush(void) { - intptr_t rip; - if (acc_regs[0].count) { /* To reduce the size of the generated code, we take advantage of the fact that the target offset points to _cycles within cpu_state,