Fix compiler warnings about unused args for aarch64

This commit is contained in:
kd-11 2024-08-19 22:44:32 +03:00 committed by kd-11
parent fbcd8e32b8
commit c2f5de1c55
7 changed files with 23 additions and 4 deletions

View file

@ -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