a bit more debug printing
authorDima Kogan <dima@secretsauce.net>
Tue, 22 Apr 2014 22:15:27 +0000 (15:15 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:25 +0000 (20:38 +0900)
dwarf_prototypes.c

index 5bbaa69..449a750 100644 (file)
@@ -237,6 +237,7 @@ static enum arg_type get_base_type(Dwarf_Die* die)
        }
 
        // Unknown encoding. I just say void
+       complain(die, "Unknown base type. Returning 'void'");
        return ARGTYPE_VOID;
 }