mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 21:05:19 +00:00
PPU Analyzer: Move ppu_function::callers to lower sizeof(ppu_function)
This commit is contained in:
parent
ff89a08ee4
commit
5a5e475c6e
3 changed files with 20 additions and 17 deletions
|
|
@ -188,7 +188,7 @@ Function* PPUTranslator::Translate(const ppu_function& info)
|
|||
// Instruction address is (m_addr + base)
|
||||
const u64 base = m_reloc ? m_reloc->addr : 0;
|
||||
m_addr = info.addr - base;
|
||||
m_attr = m_info.attr + info.attr;
|
||||
m_attr = m_info.attr;
|
||||
|
||||
m_function = m_module->getFunction(fmt::format("__0x%x", m_addr));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue