forked from Imagelibrary/rtems
ada/sp07: Fix uninitialized variable
Bug was introduced by d5154d0f6a.
Updates #2493.
This commit is contained in:
@@ -316,6 +316,8 @@ package body SPTEST is
|
||||
PREVIOUS_PRIORITY : RTEMS.TASKS.PRIORITY;
|
||||
begin
|
||||
|
||||
THE_PRIORITY := 4;
|
||||
|
||||
loop
|
||||
|
||||
THE_PRIORITY := THE_PRIORITY - 1;
|
||||
|
||||
Reference in New Issue
Block a user