aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/State/RegisterType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/State/RegisterType.cs')
-rw-r--r--ChocolArm64/State/RegisterType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChocolArm64/State/RegisterType.cs b/ChocolArm64/State/RegisterType.cs
new file mode 100644
index 00000000..4476d044
--- /dev/null
+++ b/ChocolArm64/State/RegisterType.cs
@@ -0,0 +1,9 @@
+namespace ChocolArm64.State
+{
+ enum RegisterType
+ {
+ Flag,
+ Int,
+ Vector
+ }
+} \ No newline at end of file