summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-08 15:19:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-08 15:19:16 +0000
commit7fa919fc75cce8e0422931d64d37cfc231b87923 (patch)
tree8cfe0ca132829354cda5731f79349a433b6b4fc1 /cpukit/score/cpu/nios2/rtems/score/cpu.h
parent2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7fa919fc75cce8e0422931d64d37cfc231b87923.tar.bz2
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Remove extraneous spaces.
Diffstat (limited to 'cpukit/score/cpu/nios2/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h
index 6a7d8ac29e..0bfbd430df 100644
--- a/cpukit/score/cpu/nios2/rtems/score/cpu.h
+++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h
@@ -899,7 +899,7 @@ uint32_t _CPU_ISR_Get_level( void );
_isr, _entry_point, _is_fp ) \
do { \
extern char _gp[]; \
- uint32_t _stack = (uint32_t )(_stack_base) + (_size) - 4; \
+ uint32_t _stack = (uint32_t)(_stack_base) + (_size) - 4; \
(_the_context)->gp = (void *)_gp; \
(_the_context)->fp = (void *)_stack; \
(_the_context)->sp = (void *)_stack; \