aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARMCM3/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-19 15:17:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-19 15:17:17 +0000
commitd63f9c27be96d7b947b18b82d4398c4aa95d71ba (patch)
tree9616bbbc197b53116aba5ce6ab32b562dd40f278 /ports/ARMCM3/chcore.h
parent7eb7630d937ea87275bafee866e9fd6aaea61902 (diff)
downloadChibiOS-d63f9c27be96d7b947b18b82d4398c4aa95d71ba.tar.gz
ChibiOS-d63f9c27be96d7b947b18b82d4398c4aa95d71ba.tar.bz2
ChibiOS-d63f9c27be96d7b947b18b82d4398c4aa95d71ba.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@242 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3/chcore.h')
-rw-r--r--ports/ARMCM3/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ARMCM3/chcore.h b/ports/ARMCM3/chcore.h
index 9fee0c61d..8d3a44892 100644
--- a/ports/ARMCM3/chcore.h
+++ b/ports/ARMCM3/chcore.h
@@ -26,7 +26,6 @@ typedef void *regarm;
* Interrupt saved context.
*/
struct extctx {
- regarm pc;
regarm xpsr;
regarm r0;
regarm r1;
@@ -34,6 +33,7 @@ struct extctx {
regarm r3;
regarm r12;
regarm lr;
+ regarm pc;
};
/*