mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-25 17:16:27 -05: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