* dwarf2.h (DW_AT_hi_user): Correct value.

This commit is contained in:
Daniel Jacobowitz
2007-12-11 12:56:21 +00:00
parent 1995e606d8
commit fb09a73e93
2 changed files with 5 additions and 1 deletions

View File

@ -383,7 +383,7 @@ enum dwarf_attribute
};
#define DW_AT_lo_user 0x2000 /* Implementation-defined range start. */
#define DW_AT_hi_user 0x3ff0 /* Implementation-defined range end. */
#define DW_AT_hi_user 0x3fff /* Implementation-defined range end. */
/* Location atom names and codes. */
enum dwarf_location_atom