ada: Fix user extension support

This commit is contained in:
Sebastian Huber
2017-12-01 15:21:34 +01:00
parent c589775aea
commit 5e05fa0f7b
2 changed files with 8 additions and 8 deletions

View File

@@ -185,10 +185,10 @@ package SPTEST is
SPTEST.TASK_RESTART_EXTENSION'ACCESS, -- Task restart
SPTEST.TASK_DELETE_EXTENSION'ACCESS, -- Task delete
NULL, -- Task switch
NULL, -- Task post switch
NULL, -- Task begin
SPTEST.TASK_EXIT_EXTENSION'ACCESS, -- Task exitted
NULL -- Fatal error
NULL, -- Fatal error
NULL -- Task terminate
);
end SPTEST;