Fix: type-cast to wrong type

This commit is contained in:
Bernd Moessner
2024-03-25 21:44:14 +01:00
committed by Amar Takhar
parent 3d8ddd6230
commit b4c65f78a0

View File

@@ -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