mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 03:08:28 +02:00
Only throw undefined instruction exception at execution, not at translation stage
This commit is contained in:
@@ -6,6 +6,6 @@ namespace ChocolArm64.Decoder
|
||||
{
|
||||
public long Imm { get; protected set; }
|
||||
|
||||
public AOpCodeBImm(AInst Inst, long Position) : base(Inst, Position) { }
|
||||
public AOpCodeBImm(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user