Recompiler now handles instruction and cycle counting.

This commit is contained in:
SarahW 2018-07-06 17:51:22 +01:00
commit 774f4201ee
8 changed files with 99 additions and 7 deletions

View file

@ -50,6 +50,8 @@ void codegen_ir_compile(ir_data_t *ir, codeblock_t *block)
uop_handlers[uop->type & UOP_MASK](block, uop);
}
codegen_reg_flush(ir, block);
codegen_backend_epilogue(block);
// if (has_ea)