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