Reset wip. Just adding hooks. This is just to reduce the size of the actual change...
[fw/openocd] / src / target / arm926ejs.c
index 50abd4627f149e097ce92be92ec25e906c21a259..f46760e54e07b16c843b98fb32b765090e6805c7 100644 (file)
@@ -580,7 +580,7 @@ int arm926ejs_soft_reset_halt(struct target_s *target)
        reg_t *dbg_stat = &arm7_9->eice_cache->reg_list[EICE_DBG_STAT];
        int i;
        
-       target->type->halt(target);
+       target_halt(target);
        
        for (i=0; i<10; i++)
        {