|
|
@@ -4,7 +4,7 @@ namespace ARMeilleure.Decoders
|
|
|
{
|
|
|
struct InstDescriptor
|
|
|
{
|
|
|
- public static InstDescriptor Undefined => new InstDescriptor(InstName.Und, null);
|
|
|
+ public static InstDescriptor Undefined => new InstDescriptor(InstName.Und, InstEmit.Und);
|
|
|
|
|
|
public InstName Name { get; }
|
|
|
public InstEmitter Emitter { get; }
|