On Fri, Mar 01, 2013 at 05:32:48PM +0100, Andreas Fritiofson wrote: > On Fri, Mar 1, 2013 at 3:40 AM, Woody Wu <[email protected]> wrote: > > > > > proc {} on_reset_init { > > echo "event: reset-init" > > } > > > > > This should probably be > proc on_reset_init {} { > echo "event: reset-init" > } > > proc name {args} {body} > > Or you can just include the body directly in the handler. > > /Andreas
Thanks for pointing it out. It's just a mistake when I merge my file to create the minmal example. My origin problem keeps the same. -- woody I can't go back to yesterday - because I was a different person then. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
