From b532bb2c1eb1b9a66cb9b202d693184ab8f9aeb0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 May 2014 10:54:48 +0200 Subject: [PATCH] score: Fix state diagram --- cpukit/score/include/rtems/score/schedulersmpimpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/score/include/rtems/score/schedulersmpimpl.h b/cpukit/score/include/rtems/score/schedulersmpimpl.h index 9bc1a3739b..c63b464dd4 100644 --- a/cpukit/score/include/rtems/score/schedulersmpimpl.h +++ b/cpukit/score/include/rtems/score/schedulersmpimpl.h @@ -69,6 +69,7 @@ extern "C" { * edge [label="block"]; * edge [fontcolor="black", color="black"]; * + * ss -> bs; * rs -> bs; * * edge [label="block other"];