mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
JitArm64_Integer: remove unused imm_neg
This commit is contained in:
@ -175,7 +175,6 @@ void JitArm64::addix(UGeckoInstruction inst)
|
||||
{
|
||||
imm <<= 16;
|
||||
}
|
||||
u32 imm_neg = 0u - imm;
|
||||
|
||||
if (a)
|
||||
{
|
||||
|
Reference in New Issue
Block a user