diff options
Diffstat (limited to 'ARMeilleure/Decoders/Block.cs')
| -rw-r--r-- | ARMeilleure/Decoders/Block.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ARMeilleure/Decoders/Block.cs b/ARMeilleure/Decoders/Block.cs index 9d380bca..f296d299 100644 --- a/ARMeilleure/Decoders/Block.cs +++ b/ARMeilleure/Decoders/Block.cs @@ -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; } |
