summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp14/sptest.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 18:06:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 18:06:46 +0000
commit9bec37b866ba3ebae6c94169f8f1c296d4ae081f (patch)
tree7aaf4f147e3453a36e014ede20e2bb9846f00518 /c/src/ada-tests/sptests/sp14/sptest.ads
parentAdded RTEMS boolean constants. (diff)
downloadrtems-9bec37b866ba3ebae6c94169f8f1c296d4ae081f.tar.bz2
Switched to proper types for booleans and increased the stack space
for the tasks in this test.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/sptests/sp14/sptest.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/ada-tests/sptests/sp14/sptest.ads b/c/src/ada-tests/sptests/sp14/sptest.ads
index 6b0a804600..d44d9d1b9b 100644
--- a/c/src/ada-tests/sptests/sp14/sptest.ads
+++ b/c/src/ada-tests/sptests/sp14/sptest.ads
@@ -46,7 +46,7 @@ package SPTEST is
-- been sent from an ISR to the executing task.
--
- SIGNAL_SENT : RTEMS.BOOLEAN;
+ SIGNAL_SENT : BOOLEAN;
pragma volatile( SIGNAL_SENT );
--
@@ -64,7 +64,7 @@ package SPTEST is
-- and was passed the correct signal set.
--
- ASR_FIRED : RTEMS.BOOLEAN;
+ ASR_FIRED : BOOLEAN;
pragma volatile( ASR_FIRED );
--