aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC56ELxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 11:16:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 11:16:36 +0000
commit5e0b152e0f3ef60ea2a5537fca828b259f098401 (patch)
tree07bee8a19f411901bdc97211351def631ce2bd84 /os/ports/GCC/PPC/SPC56ELxx
parentd7b5f4711bbfd0aa8b42331e30e1c6a0929ca2ee (diff)
downloadChibiOS-5e0b152e0f3ef60ea2a5537fca828b259f098401.tar.gz
ChibiOS-5e0b152e0f3ef60ea2a5537fca828b259f098401.tar.bz2
ChibiOS-5e0b152e0f3ef60ea2a5537fca828b259f098401.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5187 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC56ELxx')
-rw-r--r--os/ports/GCC/PPC/SPC56ELxx/core.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/core.s b/os/ports/GCC/PPC/SPC56ELxx/core.s
index 7cf9e3b08..093db3a98 100644
--- a/os/ports/GCC/PPC/SPC56ELxx/core.s
+++ b/os/ports/GCC/PPC/SPC56ELxx/core.s
@@ -196,7 +196,7 @@
* @name MSR default settings
* @{
*/
-#define MSR_DEFAULT (MSR_SPE | MSR_WE | MSR_ME)
+#define MSR_DEFAULT (MSR_SPE | MSR_WE | MSR_CE | MSR_ME)
/** @} */
#if !defined(__DOXYGEN__)