Fix type of dw_form_t in dwarf.h

llvm-svn: 245695
This commit is contained in:
Tamas Berghammer 2015-08-21 12:14:47 +00:00
parent 100ffc632a
commit 9a293accbe
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ using namespace llvm::dwarf;
typedef uint32_t dw_uleb128_t;
typedef int32_t dw_sleb128_t;
typedef uint16_t dw_attr_t;
typedef uint8_t dw_form_t;
typedef uint16_t dw_form_t;
typedef uint16_t dw_tag_t;
typedef uint64_t dw_addr_t; // Dwarf address define that must be big enough for any addresses in the compile units that get parsed