forked from Imagelibrary/rtems
2006-09-11 Joel Sherrill <joel@OARcorp.com>
* librdbg/src/_servtgt.c: Convert C++ style comments to C style.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* librdbg/src/_servtgt.c: Convert C++ style comments to C style.
|
||||
|
||||
2006-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libchip/network/greth.c, libchip/network/open_eth.c,
|
||||
|
||||
@@ -213,7 +213,7 @@ int
|
||||
TgtPtrace (int req, PID pid, char *addr, int data, void *addr2)
|
||||
{
|
||||
if ((req == RPT_SINGLESTEP || req == RPT_CONT)
|
||||
&& addr2) { /* clear then step *//* addr2 is the old value */
|
||||
&& addr2) { /* clear then step */ /* addr2 is the old value */
|
||||
|
||||
int ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user