mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
LLVM fix
This commit is contained in:
parent
3751d5d5c1
commit
c785b14c18
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ std::vector<ppu_function> ppu_analyse(const std::vector<std::pair<u32, u32>>& se
|
|||
|
||||
auto& func = add_func(addr, 0, ptr.addr());
|
||||
func.attr += ppu_attr::known_addr;
|
||||
func.attr += ppu_attr::known_size;
|
||||
//func.attr += ppu_attr::known_size;
|
||||
func.size = size;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue