diff gsm-fw/nucleus/asm_defs.h @ 313:9df7f9c72e17

ARM exception handling: stack setup added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 17 Mar 2014 07:47:18 +0000
parents afceeeb2cba1
children
line wrap: on
line diff
--- a/gsm-fw/nucleus/asm_defs.h	Mon Mar 17 07:37:28 2014 +0000
+++ b/gsm-fw/nucleus/asm_defs.h	Mon Mar 17 07:47:18 2014 +0000
@@ -53,6 +53,8 @@
 #define	FIQ_BIT			0x40	/* Interrupt bit of CPSR and SPSR */
 #define	IRQ_BIT_OR_FIQ_BIT	0xC0	/* IRQ or FIQ interrupt bit of CPSR */
 					/* and SPSR */
+#define	ABORT_MODE		0x17
+#define	UNDEF_MODE		0x1B
 
 /*
  ********************************************