mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 16:52:26 -07:00
Remove Block.TailCall since it is not used anymore
This commit is contained in:
@@ -11,8 +11,7 @@ namespace ARMeilleure.Decoders
|
||||
public Block Next { get; set; }
|
||||
public Block Branch { get; set; }
|
||||
|
||||
public bool TailCall { get; set; }
|
||||
public bool Exit { get; set; }
|
||||
public bool Exit { get; set; }
|
||||
|
||||
public List<OpCode> OpCodes { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user