This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: PR22069, Several instances of register accidentally spelled as regsiter


On Wed, May 09, 2018 at 04:07:06PM +0930, Alan Modra wrote:
> diff --git a/binutils/od-macho.c b/binutils/od-macho.c
> index fb2ed70dd6..b0c39b3956 100644
> --- a/binutils/od-macho.c
> +++ b/binutils/od-macho.c
> @@ -1688,7 +1688,7 @@ dump_unwind_encoding_x86 (unsigned int encoding, unsigned int sz,
>  	unsigned int regs;
>  	char pfx = sz == 8 ? 'R' : 'E';
>  
> -	regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS;
> +	regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS
>  	printf (" %cSP frame", pfx);
>  	if (regs != 0)
>  	  {

Oops that one somehow lost a semicolon.  Making the obvious fix.

-- 
Alan Modra
Australia Development Lab, IBM


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