mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Move C emit code to PowerRecomp
This commit is contained in:
@@ -131,6 +131,7 @@ Function Function::Analyze(const void* code, size_t size, size_t base)
|
||||
const auto branchBase = insn.operands[0] - base;
|
||||
const auto branchBlock = fn.SearchBlock(insn.operands[0]);
|
||||
|
||||
// carry over our projection if blocks are next to each other
|
||||
const auto isContinious = branchBase == curBlock.base + curBlock.size;
|
||||
auto sizeProjection = (size_t)-1;
|
||||
|
||||
|
Reference in New Issue
Block a user