mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-21 09:49:27 +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());
|
auto& func = add_func(addr, 0, ptr.addr());
|
||||||
func.attr += ppu_attr::known_addr;
|
func.attr += ppu_attr::known_addr;
|
||||||
func.attr += ppu_attr::known_size;
|
//func.attr += ppu_attr::known_size;
|
||||||
func.size = size;
|
func.size = size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue