aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Instruction/AInstEmitSystem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Instruction/AInstEmitSystem.cs')
-rw-r--r--ChocolArm64/Instruction/AInstEmitSystem.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChocolArm64/Instruction/AInstEmitSystem.cs b/ChocolArm64/Instruction/AInstEmitSystem.cs
index 1c5d0263..a365398f 100644
--- a/ChocolArm64/Instruction/AInstEmitSystem.cs
+++ b/ChocolArm64/Instruction/AInstEmitSystem.cs
@@ -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;
}
}
-} \ No newline at end of file
+}