This is the mail archive of the gdb-patches@sources.redhat.com 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: [patch] i386go32_frame_saved_pc()



>>+   return read_memory_integer (frame->frame + 4, 4);

> 
> Just one small question, shouldn't it also be an
> read_memory_unsigned_integer here ?
> a CORE_ADDR for i386 is always unsigned, no ?

Quiet possibly, a question for Eli. (The macro also used 
read_memory_integer() so my translation was ``bug compatible'' :-)

	Andrew



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