summaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mips/tm-embed.h')
-rw-r--r--gdb/config/mips/tm-embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/tm-embed.h b/gdb/config/mips/tm-embed.h
index 7482a779482..44072f4cb38 100644
--- a/gdb/config/mips/tm-embed.h
+++ b/gdb/config/mips/tm-embed.h
@@ -36,7 +36,7 @@ int remote_mips_remove_watchpoint (CORE_ADDR addr, int len, int type);
/* We need to remove watchpoints when stepping, else we hit them again! */
-#define HAVE_NONSTEPPABLE_WATCHPOINT
+#define HAVE_NONSTEPPABLE_WATCHPOINT 1
int remote_mips_stopped_by_watchpoint (void);
#define STOPPED_BY_WATCHPOINT(w) remote_mips_stopped_by_watchpoint ()