mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-09 02:31:44 +00:00
Set Undefined instruction emitter for Undefined property on InstDescriptor (#957)
This commit is contained in:
parent
b1b6f294f2
commit
6204f0e47a
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue