aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-01-18 15:42:24 +0000
committerAndrew Cagney <cagney@redhat.com>2001-01-18 15:42:24 +0000
commit6ab3a9c917070eb116fdd9d2d920b3f4f7631f0a (patch)
tree48defc795105085bda3cfe284dccaa26cac5d158 /gdb/breakpoint.c
parentad6525fcf5c379690dcec802bee9f00cf2f2107b (diff)
downloadgdb-6ab3a9c917070eb116fdd9d2d920b3f4f7631f0a.zip
gdb-6ab3a9c917070eb116fdd9d2d920b3f4f7631f0a.tar.gz
gdb-6ab3a9c917070eb116fdd9d2d920b3f4f7631f0a.tar.bz2
* target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
* breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro definition in parenthesis.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 5dae6ab..a3ef479 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -5409,7 +5409,7 @@ watch_command_1 (char *arg, int accessflag, int from_tty)
#if !defined(TARGET_REGION_OK_FOR_HW_WATCHPOINT)
#define TARGET_REGION_OK_FOR_HW_WATCHPOINT(ADDR,LEN) \
- TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(LEN)
+ (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(LEN))
#endif
static int