X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=f93245634adb3bd147f9f076b4c1cfa1f779af06;hp=621761d73cef939387bc05e92deadd49da968446;hb=89fa8ce2d8c58707f3dfda397138f8ee336e1a47;hpb=1d9fba8c1488c3774c8bde737c2d658b1f525d09 diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 621761d73c..f93245634a 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -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); };