summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 20:20:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 20:20:39 +0000
commit7b93a327e2cb5323fedf4d826bbbf239701209da (patch)
treeed0563ba1f7e15c1d6fc19329e6ddd2faced1692 /c/src/ada-tests
parentRemoved Configuration Table information (diff)
downloadrtems-7b93a327e2cb5323fedf4d826bbbf239701209da.tar.bz2
Corrected call to Semaphore_Create to have the proper calling sequence
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/tmtests/tm01/tmtest.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/ada-tests/tmtests/tm01/tmtest.adb b/c/src/ada-tests/tmtests/tm01/tmtest.adb
index 45bb2095c5..ba9ab5dee1 100644
--- a/c/src/ada-tests/tmtests/tm01/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm01/tmtest.adb
@@ -109,6 +109,7 @@ package body TMTEST is
NAME,
TIME_TEST_SUPPORT.OPERATION_COUNT,
RTEMS.DEFAULT_ATTRIBUTES,
+ RTEMS.NO_PRIORITY,
SMID,
STATUS
);
@@ -145,6 +146,7 @@ package body TMTEST is
NAME,
TIME_TEST_SUPPORT.OPERATION_COUNT,
RTEMS.DEFAULT_ATTRIBUTES,
+ RTEMS.NO_PRIORITY,
SMID,
STATUS
);