mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +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:
@ -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_REGISTERS
|
||||
regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS;
|
||||
printf (" %cSP frame", pfx);
|
||||
if (regs != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user