mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-12 19:56:41 +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
|
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 InstName Name { get; }
|
||||||
public InstEmitter Emitter { get; }
|
public InstEmitter Emitter { get; }
|
||||||
|
|
Loading…
Reference in a new issue