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__)