mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-26 04:46:26 -05:00
Only throw undefined instruction exception at execution, not at translation stage
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ChocolArm64.Decoder
|
||||
public int Elems { get; private set; }
|
||||
public bool WBack { get; private set; }
|
||||
|
||||
public AOpCodeSimdMemMs(AInst Inst, long Position, int OpCode) : base(Inst, Position)
|
||||
public AOpCodeSimdMemMs(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
|
||||
{
|
||||
switch ((OpCode >> 12) & 0xf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user