diff options
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index f121c29..b42e1a2 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -610,7 +610,7 @@ static const bfd_byte elf_i386_eh_frame_plt[] = DW_OP_breg4, 4, /* DW_OP_breg4 (esp): 4 */ DW_OP_breg8, 0, /* DW_OP_breg8 (eip): 0 */ DW_OP_lit15, DW_OP_and, DW_OP_lit11, DW_OP_ge, - DW_OP_lit3, DW_OP_shl, DW_OP_plus, + DW_OP_lit2, DW_OP_shl, DW_OP_plus, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop }; |