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.
|
//Execute as no-op.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void Isb(AILEmitterCtx Context)
|
||||||
|
{
|
||||||
|
//Execute as no-op.
|
||||||
|
}
|
||||||
|
|
||||||
public static void Mrs(AILEmitterCtx Context)
|
public static void Mrs(AILEmitterCtx Context)
|
||||||
{
|
{
|
||||||
AOpCodeSystem Op = (AOpCodeSystem)Context.CurrOp;
|
AOpCodeSystem Op = (AOpCodeSystem)Context.CurrOp;
|
||||||
|
@ -130,4 +135,4 @@ namespace ChocolArm64.Instruction
|
||||||
return Id;
|
return Id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue