mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
SPU: Silence some warnings
This commit is contained in:
parent
c15121377f
commit
5a13c02774
2 changed files with 2 additions and 5 deletions
|
|
@ -1089,7 +1089,7 @@ class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
|
|||
m_ir->SetInsertPoint(_body);
|
||||
}
|
||||
|
||||
void putllc16_pattern(const spu_program& prog, utils::address_range range)
|
||||
void putllc16_pattern(const spu_program& /*prog*/, utils::address_range range)
|
||||
{
|
||||
// Prevent store elimination
|
||||
m_block->store_context_ctr[s_reg_mfc_eal]++;
|
||||
|
|
@ -1231,7 +1231,6 @@ class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
|
|||
return;
|
||||
}
|
||||
|
||||
const u64 rtime = _spu->rtime;
|
||||
rsx::reservation_lock rsx_lock(raddr, 128);
|
||||
|
||||
// Touch memory
|
||||
|
|
@ -1399,7 +1398,7 @@ class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
|
|||
m_ir->SetInsertPoint(_final);
|
||||
}
|
||||
|
||||
void putllc0_pattern(const spu_program& prog, utils::address_range range)
|
||||
void putllc0_pattern(const spu_program& /*prog*/, utils::address_range /*range*/)
|
||||
{
|
||||
// Prevent store elimination
|
||||
m_block->store_context_ctr[s_reg_mfc_eal]++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue