forked from Imagelibrary/rtems
2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1301/cpukit * sapi/src/debug.c: Let _Debug_Is_enabled return TRUE|FALSE.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 1301/cpukit
|
||||||
|
* sapi/src/debug.c: Let _Debug_Is_enabled return TRUE|FALSE.
|
||||||
|
|
||||||
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libcsupport/include/timerdrv.h,
|
* libcsupport/include/timerdrv.h,
|
||||||
|
|||||||
@@ -61,5 +61,5 @@ boolean _Debug_Is_enabled(
|
|||||||
rtems_debug_control level
|
rtems_debug_control level
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return (_Debug_Level & level);
|
return (_Debug_Level & level) ? TRUE : FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user