mem_ap_read_u32 error propagation
[fw/openocd] / src / target / armv7a.h
index 621761d73cef939387bc05e92deadd49da968446..f93245634adb3bd147f9f076b4c1cfa1f779af06 100644 (file)
@@ -62,7 +62,7 @@ struct armv7a_common
        struct armv4_5_mmu_common armv4_5_mmu;
 
        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);
 };