summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Kogan <dima@secretsauce.net>2014-05-11 12:22:11 -0700
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:26 +0900
commit255c77cd2d81437a851603779fc4eedaf8c1f70f (patch)
tree5ee2b4ed231078881705ed994bcb1f6189afaac6
parent2fbde7a83cd8c5a5fcb792112797d5063b719797 (diff)
downloadltrace-255c77cd2d81437a851603779fc4eedaf8c1f70f.tar.gz
ltrace-255c77cd2d81437a851603779fc4eedaf8c1f70f.tar.bz2
ltrace-255c77cd2d81437a851603779fc4eedaf8c1f70f.zip
fixed typo
-rw-r--r--dwarf_prototypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarf_prototypes.c b/dwarf_prototypes.c
index 96df5b0..8466c88 100644
--- a/dwarf_prototypes.c
+++ b/dwarf_prototypes.c
@@ -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;