2006-09-11 Joel Sherrill <joel@OARcorp.com>

* librdbg/src/_servtgt.c: Convert C++ style comments to C style.
This commit is contained in:
Joel Sherrill
2006-09-11 21:45:23 +00:00
parent c5feb602d6
commit 158f87b059
2 changed files with 5 additions and 1 deletions

View File

@@ -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> 2006-09-04 Joel Sherrill <joel@OARcorp.com>
* libchip/network/greth.c, libchip/network/open_eth.c, * libchip/network/greth.c, libchip/network/open_eth.c,

View File

@@ -213,7 +213,7 @@ int
TgtPtrace (int req, PID pid, char *addr, int data, void *addr2) TgtPtrace (int req, PID pid, char *addr, int data, void *addr2)
{ {
if ((req == RPT_SINGLESTEP || req == RPT_CONT) 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; int ret;