summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl
index ff30d57d..e3d750e0 100644
--- a/src/helper/startup.tcl
+++ b/src/helper/startup.tcl
@@ -271,7 +271,8 @@ proc ocd_process_reset { MODE } {
set err [catch "$t arp_waitstate halted 5000"]
# Did it halt?
if { $err == 0 } {
- $t invoke-event old-post_reset
+ $t invoke-event old-post_reset
+ $t invoke-event reset-init
}
}
}