diff options
Diffstat (limited to 'ChocolArm64/State/ExecutionMode.cs')
| -rw-r--r-- | ChocolArm64/State/ExecutionMode.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChocolArm64/State/ExecutionMode.cs b/ChocolArm64/State/ExecutionMode.cs new file mode 100644 index 00000000..4b8c17ce --- /dev/null +++ b/ChocolArm64/State/ExecutionMode.cs @@ -0,0 +1,8 @@ +namespace ChocolArm64.State +{ + enum ExecutionMode + { + AArch32, + AArch64 + } +}
\ No newline at end of file |
