mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-05-22 00:30:59 +09:00
Only throw undefined instruction exception at execution, not at translation stage
This commit is contained in:
@@ -6,7 +6,7 @@ namespace ChocolArm64.Decoder
|
||||
{
|
||||
public int Id { get; private set; }
|
||||
|
||||
public AOpCodeException(AInst Inst, long Position, int OpCode) : base(Inst, Position)
|
||||
public AOpCodeException(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
|
||||
{
|
||||
Id = (OpCode >> 5) & 0xffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user