From 44ef0327dd97c1893afc63cd7fd8025cb1b57827 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 19 Jul 2010 12:34:54 +0200 Subject: debug: debug entry error propagation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- src/target/armv7m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/armv7m.h') diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 57d46ede..8ef38008 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -121,7 +121,7 @@ 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); }; -- cgit v1.2.3