mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
SPU Analyzer: Fix BRA instruction targets
This commit is contained in:
parent
47fe955d35
commit
5c1a1a30ee
1 changed files with 2 additions and 0 deletions
|
@ -3266,6 +3266,8 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
m_targets[pos].push_back(target);
|
||||||
|
|
||||||
if (g_cfg.core.spu_block_size == spu_block_size_type::giga)
|
if (g_cfg.core.spu_block_size == spu_block_size_type::giga)
|
||||||
{
|
{
|
||||||
spu_log.notice("[0x%x] At 0x%x: ignoring fixed tail call to 0x%x (SYNC)", entry_point, pos, target);
|
spu_log.notice("[0x%x] At 0x%x: ignoring fixed tail call to 0x%x (SYNC)", entry_point, pos, target);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue