mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Scan direct calls to find functions.
This commit is contained in:
@@ -137,13 +137,6 @@ Function Function::Analyze(const void* code, size_t size, size_t base)
|
||||
|
||||
if (op == PPC_OP_B)
|
||||
{
|
||||
// Tail call, no need to chase
|
||||
if (blocks.size() == 1)
|
||||
{
|
||||
RESTORE_DATA();
|
||||
continue;
|
||||
}
|
||||
|
||||
assert(!PPC_BA(instruction));
|
||||
const auto branchDest = addr + PPC_BI(instruction);
|
||||
|
||||
|
Reference in New Issue
Block a user