OSDN Git Service

* target.h (target_find_new_threads): Fix definition.
authormacro <macro>
Tue, 4 Dec 2007 14:14:59 +0000 (14:14 +0000)
committermacro <macro>
Tue, 4 Dec 2007 14:14:59 +0000 (14:14 +0000)
gdb/ChangeLog
gdb/target.h

index 358dc67..54aec11 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-04  Maciej W. Rozycki  <macro@mips.com>
+
+       * target.h (target_find_new_threads): Fix definition.
+
 2007-12-02  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * win32-nat.c (win32_resume): Set the trace bit
index 50dd33b..6dc3685 100644 (file)
@@ -885,7 +885,7 @@ int target_follow_fork (int follow_child);
 /* Query for new threads and add them to the thread list.  */
 
 #define target_find_new_threads() \
-     (*current_target.to_find_new_threads) (); \
+     (*current_target.to_find_new_threads) ()
 
 /* Make target stop in a continuable fashion.  (For instance, under
    Unix, this should act like SIGSTOP).  This function is normally