Fixed a dynarec warning.

This commit is contained in:
OBattler
2022-10-25 18:59:08 +02:00
parent a71cef75b3
commit 4d9b894fec

View File

@@ -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,