diff options
Diffstat (limited to 'libdw/dwarf.h')
| -rw-r--r-- | libdw/dwarf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/dwarf.h b/libdw/dwarf.h index a4ae2062..940ffe33 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -580,7 +580,7 @@ enum DW_LANG_UPC = 0x0012, /* Unified Parallel C */ DW_LANG_D = 0x0013, /* D */ DW_LANG_Python = 0x0014, /* Python */ - DW_LANG_Go = 0x0015, /* Google's Go (provisionally DWARF5) */ + DW_LANG_Go = 0x0016, /* Google's Go (provisionally in DWARF5) */ DW_LANG_lo_user = 0x8000, DW_LANG_Mips_Assembler = 0x8001, |
