forked from Imagelibrary/rtems
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 721/tests * itronsem01/init.c: Fix bogus assert.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 721/tests
|
||||||
|
* itronsem01/init.c: Fix bogus assert.
|
||||||
|
|
||||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
|
* itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ void ITRON_Init( void )
|
|||||||
|
|
||||||
puts( "Init - sig_sem - semaphore 1 (count > maximum) - E_QOVR" );
|
puts( "Init - sig_sem - semaphore 1 (count > maximum) - E_QOVR" );
|
||||||
status = sig_sem( 1 );
|
status = sig_sem( 1 );
|
||||||
assert( status == E_OK );
|
assert( status == E_QOVR );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Exercise ref_sem
|
* Exercise ref_sem
|
||||||
|
|||||||
Reference in New Issue
Block a user