Recompiler now handles instruction and cycle counting.
This commit is contained in:
parent
93ec6b0692
commit
774f4201ee
8 changed files with 99 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue