Duane Ellis: added missing invocation of reset-init

git-svn-id: svn://svn.berlios.de/openocd/trunk@1013 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2008-10-01 09:53:32 +00:00
parent ebbd959aee
commit aef29d913f
1 changed files with 2 additions and 1 deletions

View File

@ -272,6 +272,7 @@ proc ocd_process_reset { MODE } {
# Did it halt?
if { $err == 0 } {
$t invoke-event old-post_reset
$t invoke-event reset-init
}
}
}