Massive improvements to UIX decompiler

This commit is contained in:
Yoshi Askharoun
2022-06-24 20:41:00 -05:00
parent fcde23d52d
commit 8074aef7b8
3 changed files with 168 additions and 68 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace Microsoft.Iris.Debug.Data
{
OpCode = opCode;
if (args != null)
if (args != null && args.Length > 0)
Arguments = args;
else
Arguments = new List<OpCodeArgument>();