aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoders/IOpCodeBImm32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoders/IOpCodeBImm32.cs')
-rw-r--r--ChocolArm64/Decoders/IOpCodeBImm32.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChocolArm64/Decoders/IOpCodeBImm32.cs b/ChocolArm64/Decoders/IOpCodeBImm32.cs
new file mode 100644
index 00000000..cc8248f2
--- /dev/null
+++ b/ChocolArm64/Decoders/IOpCodeBImm32.cs
@@ -0,0 +1,4 @@
+namespace ChocolArm64.Decoders
+{
+ interface IOpCodeBImm32 : IOpCode32, IOpCodeBImm { }
+} \ No newline at end of file