summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 23:10:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 23:10:48 +0000
commit3d67661f9d82c5d106b4780118cee1fed3a7095b (patch)
tree2bc7573d1fc155787aec3856d21e09402dfd4927 /testsuites/tmtests
parentChanged B, H, and W variables to BVar, HVar, and WVar to avoid conflicts (diff)
downloadrtems-3d67661f9d82c5d106b4780118cee1fed3a7095b.tar.bz2
Added nesting count for suspend/resume.
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/tm26/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index 4eb40b09d7..b7960649d3 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -373,7 +373,7 @@ void complete_test( void )
rtems_id task_id;
Timer_initialize();
- _Thread_Resume( Middle_tcb );
+ _Thread_Resume( Middle_tcb, TRUE );
thread_resume_time = Read_timer();
_Thread_Set_state( Middle_tcb, STATES_WAITING_FOR_MESSAGE );