]> git.sur5r.net Git - openocd/blobdiff - src/target/arm920t.c
target read/write is no longer attempted for target_xxx() functions when the target...
[openocd] / src / target / arm920t.c
index 93ddb4cafd4c1bd1541ee694cf2c0d96ad2e989e..2dff6b9428599c9590f96127287224a150ff5a3a 100644 (file)
@@ -624,7 +624,7 @@ int arm920t_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++)
        {