[rtems commit] score: Typo

Sebastian Huber sebh at rtems.org
Mon Mar 9 07:52:20 UTC 2015


Module:    rtems
Branch:    master
Commit:    7b4e81d0c1c8ce23e1686db679630813ac02233e
Changeset: http://git.rtems.org/rtems/commit/?id=7b4e81d0c1c8ce23e1686db679630813ac02233e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar  9 08:51:55 2015 +0100

score: Typo

Close #2286.

---

 cpukit/score/include/rtems/score/cpustdatomic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/include/rtems/score/cpustdatomic.h b/cpukit/score/include/rtems/score/cpustdatomic.h
index d27c75f..cf34d48 100644
--- a/cpukit/score/include/rtems/score/cpustdatomic.h
+++ b/cpukit/score/include/rtems/score/cpustdatomic.h
@@ -362,7 +362,7 @@ static inline void *_CPU_atomic_Fetch_sub_ptr( CPU_atomic_Pointer *obj, void *ar
 #elif defined(_RTEMS_SCORE_CPUSTDATOMIC_USE_STDATOMIC)
   return (void *) atomic_fetch_sub_explicit( obj, (uintptr_t) arg, order );
 #else
-  unsigned int val;
+  uintptr_t val;
   ISR_Level level;
 
   (void) order;



More information about the vc mailing list