diff options
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r-- | include/dwarf2.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def index 1d6d13b..8e731a3 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -780,6 +780,7 @@ DW_CFA (DW_CFA_MIPS_advance_loc8, 0x1d) /* GNU extensions. NOTE: DW_CFA_GNU_window_save is multiplexed on Sparc and AArch64. */ DW_CFA (DW_CFA_GNU_window_save, 0x2d) +DW_CFA_DUP (DW_CFA_AARCH64_negate_ra_state, 0x2d) DW_CFA (DW_CFA_GNU_args_size, 0x2e) DW_CFA (DW_CFA_GNU_negative_offset_extended, 0x2f) |