[rtems commit] ada/sp19: Add missing FP attribute

Sebastian Huber sebh at rtems.org
Sat Dec 2 19:34:02 UTC 2017


Module:    rtems
Branch:    master
Commit:    76bd25e9089aa24781522af19f70ac144395507c
Changeset: http://git.rtems.org/rtems/commit/?id=76bd25e9089aa24781522af19f70ac144395507c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sat Dec  2 20:15:29 2017 +0100

ada/sp19: Add missing FP attribute

---

 testsuites/ada/sptests/sp19/sptest.adp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/ada/sptests/sp19/sptest.adp b/testsuites/ada/sptests/sp19/sptest.adp
index 4c36691..524fe30 100644
--- a/testsuites/ada/sptests/sp19/sptest.adp
+++ b/testsuites/ada/sptests/sp19/sptest.adp
@@ -63,7 +63,7 @@ package body SPTEST is
          2, 
          2048, 
          RTEMS.DEFAULT_MODES,
-         RTEMS.DEFAULT_ATTRIBUTES,
+         RTEMS.FLOATING_POINT,
          SPTEST.TASK_ID( 2 ),
          STATUS
       );
@@ -74,7 +74,7 @@ package body SPTEST is
          2, 
          2048, 
          RTEMS.DEFAULT_MODES,
-         RTEMS.DEFAULT_ATTRIBUTES,
+         RTEMS.FLOATING_POINT,
          SPTEST.TASK_ID( 3 ),
          STATUS
       );



More information about the vc mailing list