From df4fcaa0afa6c8878f1b44aa8bf1bdceea3863b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Sep 2008 15:19:23 +0000 Subject: 2008-09-08 Joel Sherrill * cpu.c: Remove extraneous spaces. --- cpukit/score/cpu/sh/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/sh/cpu.c') 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 -- cgit v1.2.3