From 76bd25e9089aa24781522af19f70ac144395507c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 2 Dec 2017 20:15:29 +0100 Subject: 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 4c36691e5d..524fe3076a 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 ); -- cgit v1.2.3