mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Fix typo in od-macho.c
PR 22069 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-05-09 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
|
||||||
|
|
||||||
2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
|
2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
|
||||||
|
|
||||||
* od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
|
* od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
|
||||||
|
@ -1688,7 +1688,7 @@ dump_unwind_encoding_x86 (unsigned int encoding, unsigned int sz,
|
|||||||
unsigned int regs;
|
unsigned int regs;
|
||||||
char pfx = sz == 8 ? 'R' : 'E';
|
char pfx = sz == 8 ? 'R' : 'E';
|
||||||
|
|
||||||
regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS
|
regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS;
|
||||||
printf (" %cSP frame", pfx);
|
printf (" %cSP frame", pfx);
|
||||||
if (regs != 0)
|
if (regs != 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user