This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: Fix disassemble of 64 bit jumps on x86-64


On Mon, Jul 09, 2001 at 11:09:37AM +0200, Andreas Jaeger wrote:
> +      op_address[op_ad] = (unsigned int) op;
> +      op_riprel[op_ad] = (unsigned int) riprel;

Mask with 0xffffffff.  You don't know the size of int.  Otherwise OK.

Alan


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