forked from Imagelibrary/rtems
Fix: type-cast to wrong type
This commit is contained in:
committed by
Amar Takhar
parent
3d8ddd6230
commit
b4c65f78a0
@@ -467,7 +467,7 @@ static inline void bsp_interrupt_entry_store_release(
|
|||||||
#if defined(RTEMS_SMP)
|
#if defined(RTEMS_SMP)
|
||||||
_Atomic_Store_uintptr(
|
_Atomic_Store_uintptr(
|
||||||
(Atomic_Uintptr *) ptr,
|
(Atomic_Uintptr *) ptr,
|
||||||
(Atomic_Uintptr) value,
|
(uintptr_t) value,
|
||||||
ATOMIC_ORDER_RELEASE
|
ATOMIC_ORDER_RELEASE
|
||||||
);
|
);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user