Hopefully fixed compilation of the new recompiler.

This commit is contained in:
OBattler
2020-07-12 20:14:25 +02:00
parent 974a7ae4f1
commit 2788ea59bf
4 changed files with 7 additions and 7 deletions

View File

@@ -782,7 +782,7 @@ void codegen_block_end()
void codegen_block_end_recompile(codeblock_t *block)
{
codegen_timing_block_end();
codegen_accumulate(ACCREG_cycles, -codegen_block_cycles);
codegen_accumulate(ir_data, ACCREG_cycles, -codegen_block_cycles);
if (block->flags & CODEBLOCK_IN_DIRTY_LIST)
block_dirty_list_remove(block);