Re: [PATCH v2] MIPS: microMIPS: Refactor mips16 get_frame_info support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 26 May 2013, Maciej W. Rozycki wrote:

>  I think this:
> 
> > +		return (((ip->u_format.uimmediate >> 6) & mm_jalr_op) == mm_jalr_op);
> 
> should be fully decoded (and oversize line fixed too):
> 
> 		return (((ip->u_format.uimmediate >> 6) & ~0x14) == 
> 			mm_jalr_op);

 Self-correction here:

		return (((ip->u_format.uimmediate >> 6) & ~0x140) == 
			mm_jalr_op);

-- sorry about the mistake.

  Maciej


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux