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