summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-10-28 13:54:15 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-10-28 23:51:18 +0300
commit29a829948701805e6c9a6d0fe174f20260284a64 (patch)
tree7362a853e1359aa87be6a0bc20bdea895c0e6467
parent218971e5ac1f01169fa20795fbf768e68b2aec14 (diff)
downloadnasm-29a829948701805e6c9a6d0fe174f20260284a64.tar.gz
dwarf: Update header and drop redundant space
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--output/dwarf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/dwarf.h b/output/dwarf.h
index 26ca0b27..f846b2be 100644
--- a/output/dwarf.h
+++ b/output/dwarf.h
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 1996-2009 The NASM Authors - All Rights Reserved
+ * Copyright 1996-2018 The NASM Authors - All Rights Reserved
* See the file AUTHORS included with the NASM distribution for
* the specific copyright holders.
*
@@ -606,7 +606,7 @@ enum dwarf_call_frame {
DW_CFA_def_cfa_register = 0x0d,
DW_CFA_def_cfa_offset = 0x0e,
/* DWARF 3 */
- DW_CFA_def_cfa_expression = 0x0f,
+ DW_CFA_def_cfa_expression = 0x0f,
DW_CFA_expression = 0x10,
DW_CFA_offset_extended_sf = 0x11,
DW_CFA_def_cfa_sf = 0x12,