diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/procfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 0a7171b..604cac6 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -3592,6 +3592,7 @@ procfs_stopped_by_watchpoint(pid) #ifdef FLTKWATCH && (what == FLTKWATCH) #endif +#endif ) return what; } |