A Wednesday 25 June 2008 20:11:59, Daniel Jacobowitz wrote: > OK. > > @@ -1491,13 +1510,16 @@ wait_for_inferior (int treat_exec_as_sig > > void > > fetch_inferior_event (void *client_data) > > { > > + struct execution_control_state ecss = ecss; > > Please don't use this > (...) > just memset it. Fixed. Updated patch refresh against HEAD. -- Pedro Alves