mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
PPU: block info fix
This commit is contained in:
parent
dac72ff371
commit
7c418f7ea5
4 changed files with 56 additions and 62 deletions
|
@ -790,14 +790,6 @@ static void ppu_initialize()
|
|||
f->addAttribute(1, Attribute::NoAlias);
|
||||
translator->AddFunction(info.addr, f);
|
||||
}
|
||||
|
||||
for (const auto& b : info.blocks)
|
||||
{
|
||||
if (b.second)
|
||||
{
|
||||
translator->AddBlockInfo(b.first);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
legacy::FunctionPassManager pm(module.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue