diff options
Diffstat (limited to 'ARMeilleure/Decoders/Decoder.cs')
| -rw-r--r-- | ARMeilleure/Decoders/Decoder.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMeilleure/Decoders/Decoder.cs b/ARMeilleure/Decoders/Decoder.cs index 8666cdcc..eb085999 100644 --- a/ARMeilleure/Decoders/Decoder.cs +++ b/ARMeilleure/Decoders/Decoder.cs @@ -26,6 +26,8 @@ namespace ARMeilleure.Decoders Dictionary<ulong, Block> visited = new Dictionary<ulong, Block>(); + Debug.Assert(MaxInstsPerFunctionLowCq <= MaxInstsPerFunction); + int opsCount = 0; int instructionLimit = highCq ? MaxInstsPerFunction : MaxInstsPerFunctionLowCq; |
