* readelf.c (dynamic_info): Correct size of array.
[deliverable/binutils-gdb.git] / gdb / dec-thread.c
index aa40c5988a92432f895d44072971fa328eb83787..0fa950f093c0af334352566e2f03e46f0d3ad82b 100644 (file)
@@ -452,14 +452,14 @@ get_active_ptid (void)
 
 static ptid_t
 dec_thread_wait (struct target_ops *ops,
-                ptid_t ptid, struct target_waitstatus *status)
+                ptid_t ptid, struct target_waitstatus *status, int options)
 {
   ptid_t active_ptid;
   struct target_ops *beneath = find_target_beneath (ops);
 
   debug ("dec_thread_wait");
 
-  ptid = beneath->to_wait (beneath, ptid, status);
+  ptid = beneath->to_wait (beneath, ptid, status, options);
 
   /* The ptid returned by the target beneath us is the ptid of the process.
      We need to find which thread is currently active and return its ptid.  */
This page took 0.02485 seconds and 4 git commands to generate.