mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05: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