summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sh/cpu.c')
-rw-r--r--cpukit/score/cpu/sh/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index c582c07a09..bc7ce0a467 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -233,13 +233,13 @@ void _CPU_Context_Initialize(
void (*_entry_point)(void),
int _is_fp )
{
- _the_context->r15 = (uint32_t *) ((uint32_t ) (_stack_base) + (_size) );
+ _the_context->r15 = (uint32_t *) ((uint32_t) (_stack_base) + (_size) );
#if defined(__sh1__) || defined(__sh2__) || defined(__SH2E__)
_the_context->sr = (_isr << 4) & 0x00f0 ;
#else
_the_context->sr = SH4_SR_MD | ((_isr << 4) & 0x00f0);
#endif
- _the_context->pr = (uint32_t *) _entry_point ;
+ _the_context->pr = (uint32_t *) _entry_point ;
#if 0 && SH_HAS_FPU