aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Translation/CallType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Translation/CallType.cs')
-rw-r--r--ChocolArm64/Translation/CallType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChocolArm64/Translation/CallType.cs b/ChocolArm64/Translation/CallType.cs
new file mode 100644
index 00000000..937ede76
--- /dev/null
+++ b/ChocolArm64/Translation/CallType.cs
@@ -0,0 +1,9 @@
+namespace ChocolArm64.Translation
+{
+ enum CallType
+ {
+ Call,
+ VirtualCall,
+ VirtualJump
+ }
+} \ No newline at end of file