mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Massive improvements to UIX decompiler
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user