aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/CodeGen/Unwinding
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/CodeGen/Unwinding')
-rw-r--r--ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs11
-rw-r--r--ARMeilleure/CodeGen/Unwinding/UnwindPseudoOperation.cs11
2 files changed, 11 insertions, 11 deletions
diff --git a/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs b/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs
new file mode 100644
index 00000000..4a8288a2
--- /dev/null
+++ b/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs
@@ -0,0 +1,11 @@
+namespace ARMeilleure.CodeGen.Unwinding
+{
+ enum UnwindPseudoOp
+ {
+ PushReg = 0,
+ SetFrame = 1,
+ AllocStack = 2,
+ SaveReg = 3,
+ SaveXmm128 = 4
+ }
+} \ No newline at end of file
diff --git a/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOperation.cs b/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOperation.cs
deleted file mode 100644
index 44ed23f5..00000000
--- a/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOperation.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace ARMeilleure.CodeGen.Unwinding
-{
- enum UnwindPseudoOp
- {
- PushReg,
- SetFrame,
- AllocStack,
- SaveReg,
- SaveXmm128
- }
-} \ No newline at end of file