fixed typo
authorDima Kogan <dima@secretsauce.net>
Sun, 11 May 2014 19:22:11 +0000 (12:22 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
dwarf_prototypes.c

index 96df5b0..8466c88 100644 (file)
@@ -200,7 +200,7 @@ static bool get_integer_base_type(enum arg_type *type, int byte_size,
 // support a particular type (or an error occurred), I regturn ARGTYPE_VOID
 static enum arg_type get_base_type(Dwarf_Die *die)
 {
-       int64_t encoding;
+       uint64_t encoding;
        if (!get_die_numeric((uint64_t*)&encoding, die, DW_AT_encoding))
                return ARGTYPE_VOID;