Blackfin: fix length checking in kgdb_ebin2mem
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 4 Jun 2009 23:57:24 +0000 (19:57 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2009 10:12:07 +0000 (06:12 -0400)
The kgdb_ebin2mem() was decrementing the count variable to do parsing, but
then later still tries to use it based on its original meaning.  So leave
it untouched and use a different variable to walk the memory.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found