summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp30/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp30/task1.c')
-rw-r--r--testsuites/sptests/sp30/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp30/task1.c b/testsuites/sptests/sp30/task1.c
index cb395cecd1..54eeb144be 100644
--- a/testsuites/sptests/sp30/task1.c
+++ b/testsuites/sptests/sp30/task1.c
@@ -36,7 +36,7 @@ rtems_task Task_1_through_3(
Timer_id[ argument ],
(task_number( tid ) - 1) * 5 * TICKS_PER_SECOND,
Resume_task,
- (void *) tid
+ (void *) &tid
);
directive_failed( status, "rtems_timer_server_fire_after failed" );