score: C++ compatibility

This commit is contained in:
Sebastian Huber
2016-03-18 09:25:00 +01:00
parent 5eaf0e7458
commit b545d97c0c

View File

@@ -1030,7 +1030,7 @@ RTEMS_INLINE_ROUTINE void _Thread_Lock_release_critical(
{
#if defined(RTEMS_SMP)
_SMP_ticket_lock_Release(
lock,
(SMP_ticket_lock_Control *) lock,
&lock_context->Lock_context.Stats_context
);
#else