From 5e0b152e0f3ef60ea2a5537fca828b259f098401 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 15 Feb 2013 11:16:36 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5187 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC56ELxx/core.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports') 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__) -- cgit v1.2.3