From 5a5b0b5203ebfa18b336b4770d1333d3b5710c9b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Dec 2002 00:46:40 +0000 Subject: 2002-12-02 Joel Sherrill * malloctest/init.c: Tasks should be floating point. --- testsuites/libtests/malloctest/init.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuites/libtests/malloctest/init.c') diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 0744f11866..5c54332ad5 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -48,7 +48,7 @@ rtems_task Init( 1, TASK_STACK_SIZE, RTEMS_DEFAULT_MODES, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 1 ] ); directive_failed( status, "rtems_task_create of TA1" ); @@ -58,7 +58,7 @@ rtems_task Init( 1, TASK_STACK_SIZE, RTEMS_DEFAULT_MODES, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 2 ] ); directive_failed( status, "rtems_task_create of TA2" ); @@ -68,7 +68,7 @@ rtems_task Init( 1, TASK_STACK_SIZE, RTEMS_DEFAULT_MODES, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 3 ] ); directive_failed( status, "rtems_task_create of TA3" ); @@ -78,7 +78,7 @@ rtems_task Init( 1, TASK_STACK_SIZE, RTEMS_DEFAULT_MODES, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 4 ] ); directive_failed( status, "rtems_task_create of TA4" ); @@ -88,7 +88,7 @@ rtems_task Init( 1, TASK_STACK_SIZE, RTEMS_DEFAULT_MODES, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 5 ] ); directive_failed( status, "rtems_task_create of TA5" ); -- cgit v1.2.3