mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-21 16:10:47 +01:00
LLVM fix
This commit is contained in:
parent
3751d5d5c1
commit
c785b14c18
|
|
@ -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…
Reference in a new issue