mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Fix some warnings
This commit is contained in:
parent
cfd571cfc2
commit
3187dc816e
5 changed files with 6 additions and 5 deletions
|
|
@ -358,8 +358,6 @@ Function* PPUTranslator::GetSymbolResolver(const ppu_module<lv2_obj>& info)
|
|||
// Create an array of function pointers
|
||||
std::vector<llvm::Constant*> functions;
|
||||
|
||||
const auto [min_addr, max_addr] = *ensure(info.jit_bounds);
|
||||
|
||||
for (const auto& f : info.get_funcs(false, true))
|
||||
{
|
||||
if (!f.size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue