Fixed the accumulate function on the 64-bit recompiler.

This commit is contained in:
OBattler
2020-05-06 04:09:33 +02:00
parent 8cda5aee20
commit 0821f7ea41

View File

@@ -34,7 +34,7 @@ void codegen_accumulate_flush(void)
addbyte(0x04);
addbyte(0x25);
addlong((uint32_t) acc_regs[c].dest_reg);
addlong(codegen_block_full_ins);
addlong(acc_regs[c].count);
}
acc_regs[c].count = 0;