Update AInstEmitSystem.cs
This commit is contained in:
parent
1aa0680327
commit
1a3f407e8e
1 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,11 @@ namespace ChocolArm64.Instruction
|
|||
//Execute as no-op.
|
||||
}
|
||||
|
||||
public static void Isb(AILEmitterCtx Context)
|
||||
{
|
||||
//Execute as no-op.
|
||||
}
|
||||
|
||||
public static void Mrs(AILEmitterCtx Context)
|
||||
{
|
||||
AOpCodeSystem Op = (AOpCodeSystem)Context.CurrOp;
|
||||
|
@ -130,4 +135,4 @@ namespace ChocolArm64.Instruction
|
|||
return Id;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue