mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 02:36:27 +01:00
JitArm64_Integer: remove unused imm_neg
This commit is contained in:
parent
5892ef1792
commit
428bac6e32
@ -175,7 +175,6 @@ void JitArm64::addix(UGeckoInstruction inst)
|
|||||||
{
|
{
|
||||||
imm <<= 16;
|
imm <<= 16;
|
||||||
}
|
}
|
||||||
u32 imm_neg = 0u - imm;
|
|
||||||
|
|
||||||
if (a)
|
if (a)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user