summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threaddelayended.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threaddelayended.c')
-rw-r--r--cpukit/score/src/threaddelayended.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threaddelayended.c b/cpukit/score/src/threaddelayended.c
index 2750fb7788..dc8ccb4248 100644
--- a/cpukit/score/src/threaddelayended.c
+++ b/cpukit/score/src/threaddelayended.c
@@ -54,7 +54,7 @@ void _Thread_Delay_ended(
| STATES_WAITING_FOR_TIME
| STATES_INTERRUPTIBLE_BY_SIGNAL
);
- _Thread_Unnest_dispatch();
+ _Objects_Put_without_thread_dispatch( &the_thread->Object );
break;
}
}