]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7m.h
cortex_a8/a9: fix some comments
[openocd] / src / target / armv7m.h
index 51d670489513fb5fee456b8d0a2891ee6e49a386..8ef380088b4094d09e6efd2847562c183f4518c1 100644 (file)
@@ -121,10 +121,9 @@ struct armv7m_common
        int (*write_core_reg)(struct target *target, unsigned num);
 
        int (*examine_debug_reason)(struct target *target);
-       void (*post_debug_entry)(struct target *target);
+       int (*post_debug_entry)(struct target *target);
 
        void (*pre_restore_context)(struct target *target);
-       void (*post_restore_context)(struct target *target);
 };
 
 static inline struct armv7m_common *