mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 10:57:10 +02:00
Auto-format
This commit is contained in:
parent
cee2e2f600
commit
5b6893b1ed
97 changed files with 1787 additions and 1786 deletions
|
@ -116,7 +116,8 @@ namespace Ryujinx.Cpu.LightningJit.Arm32.Target.Arm64
|
|||
|
||||
public static uint GetShiftRight(uint imm6, uint size)
|
||||
{
|
||||
return (size == 3 ? 64u : (16u << (int)size)) - imm6;;
|
||||
return (size == 3 ? 64u : (16u << (int)size)) - imm6;
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue