Fix committed for mi-syn-frames fails (was: Re: PATCH RFA: Fix MI stack frame output for synthetic frames)

Andrew Cagney ac131313@redhat.com
Thu Feb 6 18:21:00 GMT 2003


> -  while (in < 100)
> -    in++;
> +  int count = in;
> +  while (count < 100)
> +    count++;

Pss, add a comment explaining why the code is written that way :-)

Andrew




More information about the Gdb-patches mailing list