Skip to content
Snippets Groups Projects
Commit aef29d91 authored by oharboe's avatar oharboe
Browse files

Duane Ellis: added missing invocation of reset-init

git-svn-id: svn://svn.berlios.de/openocd/trunk@1013 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent ebbd959a
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,7 @@ proc ocd_process_reset { MODE } { ...@@ -272,6 +272,7 @@ proc ocd_process_reset { MODE } {
# Did it halt? # Did it halt?
if { $err == 0 } { if { $err == 0 } {
$t invoke-event old-post_reset $t invoke-event old-post_reset
$t invoke-event reset-init
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment