From 186fee26efd18fc89a67a7b09bf721e71a369320 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jul 2011 13:18:30 +0000 Subject: 2011-07-21 Joel Sherrill * libfs/src/dosfs/fat_file.c, libmisc/monitor/monitor.h, score/cpu/m68k/rtems/score/cpu.h: Remove stray spaces from unsigned32 to uint32_t conversion. --- cpukit/score/cpu/m68k/rtems/score/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/m68k/rtems') diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h index 8aa06de412..6d4a5d28bc 100644 --- a/cpukit/score/cpu/m68k/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h @@ -6,7 +6,7 @@ * This include file contains information pertaining to the Motorola * m68xxx processor family. * - * COPYRIGHT (c) 1989-2006. + * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -457,7 +457,7 @@ uint32_t _CPU_ISR_Get_level( void ); uint32_t _stack; \ \ (_the_context)->sr = 0x3000 | ((_isr) << 8); \ - _stack = (uint32_t )(_stack_base) + (_size) - 4; \ + _stack = (uint32_t)(_stack_base) + (_size) - 4; \ (_the_context)->a7_msp = (void *)_stack; \ *(void **)_stack = (void *)(_entry_point); \ } while ( 0 ) -- cgit v1.2.3