|
@@ -83,14 +83,14 @@
|
|
|
#define compat_sp regs[13]
|
|
|
#define compat_lr regs[14]
|
|
|
#define compat_sp_hyp regs[15]
|
|
|
-#define compat_sp_irq regs[16]
|
|
|
-#define compat_lr_irq regs[17]
|
|
|
-#define compat_sp_svc regs[18]
|
|
|
-#define compat_lr_svc regs[19]
|
|
|
-#define compat_sp_abt regs[20]
|
|
|
-#define compat_lr_abt regs[21]
|
|
|
-#define compat_sp_und regs[22]
|
|
|
-#define compat_lr_und regs[23]
|
|
|
+#define compat_lr_irq regs[16]
|
|
|
+#define compat_sp_irq regs[17]
|
|
|
+#define compat_lr_svc regs[18]
|
|
|
+#define compat_sp_svc regs[19]
|
|
|
+#define compat_lr_abt regs[20]
|
|
|
+#define compat_sp_abt regs[21]
|
|
|
+#define compat_lr_und regs[22]
|
|
|
+#define compat_sp_und regs[23]
|
|
|
#define compat_r8_fiq regs[24]
|
|
|
#define compat_r9_fiq regs[25]
|
|
|
#define compat_r10_fiq regs[26]
|