[OB] comment fix, corelow.c

Daniel Jacobowitz drow@false.org
Wed Jan 16 14:04:00 GMT 2008


On Tue, Jan 15, 2008 at 05:16:58PM -0800, Michael Snyder wrote:
> cut and paste botch...

FYI, no objection, but I think it was right the way it was too...

>  	return (*ops->deprecated_xfer_memory) (offset, readbuf,
> -					       len, 0/*write*/, NULL, ops);
> +					       len, 0/*read*/, NULL, ops);

The value of the parameter is 0, and its name was write.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list