diff options
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r-- | gdb/auxv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ memory_xfer_auxv (struct target_ops *ops, this function only when attaching to a process. */ - if (current_inferior ()->attach_flag != 0) + if (current_inferior ()->attach_flag) { enum target_xfer_status ret; |