* target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)

* breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
definition in parenthesis.
This commit is contained in:
Andrew Cagney
2001-01-18 15:42:24 +00:00
parent ad6525fcf5
commit 6ab3a9c917
3 changed files with 8 additions and 2 deletions

View File

@ -1184,7 +1184,7 @@ extern void (*target_new_objfile_hook) (struct objfile *);
#if !defined(TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
#define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(byte_count) \
(LONGEST)(byte_count) <= REGISTER_SIZE
((LONGEST)(byte_count) <= REGISTER_SIZE)
#endif
/* However, some addresses may not be profitable to use hardware to watch,