diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-02 14:49:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-02 14:49:16 +0000 |
commit | d08ed6e93cabe4cad4a99de38f75672e16ad1b8f (patch) | |
tree | 5ede0009d494978cca367b9f3e52d302275a4c9a /os/ports/RVCT/ARMCMx | |
parent | 24734a32ef4265716b07675eac24717f7525fca8 (diff) | |
download | ChibiOS-d08ed6e93cabe4cad4a99de38f75672e16ad1b8f.tar.gz ChibiOS-d08ed6e93cabe4cad4a99de38f75672e16ad1b8f.tar.bz2 ChibiOS-d08ed6e93cabe4cad4a99de38f75672e16ad1b8f.zip |
Alternate preemption mode added to IAR port too.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3016 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/RVCT/ARMCMx')
-rw-r--r-- | os/ports/RVCT/ARMCMx/chcoreasm_v6m.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s b/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s index a20327c5d..6cfc89410 100644 --- a/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s +++ b/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s @@ -89,8 +89,8 @@ NMIVector PROC #endif
/*
- * NMI vector.
- * The NMI vector is used for exception mode re-entering after a context
+ * PendSV vector.
+ * The PendSV vector is used for exception mode re-entering after a context
* switch.
*/
#if CORTEX_ALTERNATE_SWITCH
|