mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Fix compiler warnings about unused args for aarch64
This commit is contained in:
parent
fbcd8e32b8
commit
c2f5de1c55
7 changed files with 23 additions and 4 deletions
|
@ -216,6 +216,9 @@ DECLARE(spu_runtime::tr_all) = []
|
|||
{
|
||||
using namespace asmjit;
|
||||
|
||||
// Args implicitly defined via registers
|
||||
UNUSED(args);
|
||||
|
||||
// Inputs:
|
||||
// x19 = m_thread a.k.a arg[0]
|
||||
// x20 = ls_base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue