This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PR22069, Several instances of register accidentally spelled as regsiter
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Wed, 9 May 2018 20:43:17 +0930
- Subject: Re: PR22069, Several instances of register accidentally spelled as regsiter
- References: <20180509063706.GG28782@bubble.grove.modra.org>
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