summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/construct-errors.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/req/construct-errors.yml')
-rw-r--r--spec/rtems/task/req/construct-errors.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/rtems/task/req/construct-errors.yml b/spec/rtems/task/req/construct-errors.yml
index b498131b..ae9ec6e9 100644
--- a/spec/rtems/task/req/construct-errors.yml
+++ b/spec/rtems/task/req/construct-errors.yml
@@ -365,11 +365,11 @@ transition-map:
Preempt: all
- enabled-by: true
post-conditions:
- Status: InvAddress
+ Status: InvName
pre-conditions:
- Id:
- - 'Null'
- Name: all
+ Id: all
+ Name:
+ - Inv
Prio: all
Tasks: all
TLS: all
@@ -378,12 +378,12 @@ transition-map:
Preempt: all
- enabled-by: true
post-conditions:
- Status: InvName
+ Status: InvAddress
pre-conditions:
Id:
- - Id
+ - 'Null'
Name:
- - Inv
+ - Valid
Prio: all
Tasks: all
TLS: all