mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 10:50:46 -07:00
Set Undefined instruction emitter for Undefined property on InstDescriptor (#957)
This commit is contained in:
@ -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; }
|
||||||
|
Reference in New Issue
Block a user