This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [OB] comment fix, corelow.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]