From 0350c1e96b17869365e8adda6372578f6b0e2d19 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 21 Apr 2009 07:35:42 +0000 Subject: * gnu-nat.h (proc_debug): Add missing continuation line in macro. --- gdb/gnu-nat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/gnu-nat.h') diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index fc9f774b4e7..c792bb05b1e 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -89,7 +89,7 @@ extern char *proc_string (struct proc *proc); #define proc_debug(_proc, msg, args...) \ do { struct proc *__proc = (_proc); \ debug ("{proc %d/%d %s}: " msg, \ - __proc_pid (__proc), __proc->tid, + __proc_pid (__proc), __proc->tid, \ host_address_to_string (__proc) , ##args); } while (0) extern int gnu_debug_flag; -- cgit v1.2.1