mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-12 22:14:16 +00:00
@@ -1044,7 +1044,7 @@ namespace Ryujinx.Cpu.LightningJit.Arm64
|
||||
{
|
||||
public static bool IsCall(this InstName name)
|
||||
{
|
||||
return name == InstName.Bl || name == InstName.Blr;
|
||||
return name is InstName.Bl or InstName.Blr;
|
||||
}
|
||||
|
||||
public static bool IsControlFlowOrException(this InstName name)
|
||||
|
||||
Reference in New Issue
Block a user