From 7b4e81d0c1c8ce23e1686db679630813ac02233e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Mar 2015 08:51:55 +0100 Subject: 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 d27c75f381..cf34d485b9 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; -- cgit v1.2.3