Re: [Openocd-development] [patch] resume command is broken

2009-06-20 Thread Zach Welch
On Sun, 2009-06-21 at 07:08 +0300, Oleksandr Tymoshenko wrote: > Resume command works only if resume address is provided. Attached patch > fixes this problem Thanks for catching this; sorry for breaking it during my cleanup. Committed, r2348. --Z ___

[Openocd-development] [patch] resume command is broken

2009-06-20 Thread Oleksandr Tymoshenko
Resume command works only if resume address is provided. Attached patch fixes this problem -- gonzo Index: src/target/target.c === --- src/target/target.c (revision 2347) +++ src/target/target.c (working copy) @@ -1996,6 +1996,7 @@