From 72b421418f315cb54a01ba4d249082f989d5154a Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:42:06 -0800 Subject: watchpoint_t -> struct watchpoint Remove misleading typedef and redundant suffix from struct watchpoint. --- src/target/arm11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/arm11.c') diff --git a/src/target/arm11.c b/src/target/arm11.c index e5794b8a..5e96b3e6 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -1596,7 +1596,7 @@ static int arm11_remove_breakpoint(struct target_s *target, } static int arm11_add_watchpoint(struct target_s *target, - watchpoint_t *watchpoint) + struct watchpoint *watchpoint) { FNC_INFO_NOTIMPLEMENTED; @@ -1604,7 +1604,7 @@ static int arm11_add_watchpoint(struct target_s *target, } static int arm11_remove_watchpoint(struct target_s *target, - watchpoint_t *watchpoint) + struct watchpoint *watchpoint) { FNC_INFO_NOTIMPLEMENTED; -- cgit v1.2.3-18-g5258