Minor fix for debugging output

This commit is contained in:
Pierre Pronchery 2012-11-30 23:33:58 +01:00
parent ffb79d6475
commit 9664528dde

View File

@ -345,7 +345,7 @@ int asmcode_set_section(AsmCode * code, int id, char const * name, off_t offset,
AsmSection * cs = NULL;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(%u, \"%s\", %ld, %ld)\n", __func__, id, name,
fprintf(stderr, "DEBUG: %s(%d, \"%s\", %ld, %ld)\n", __func__, id, name,
offset, size);
#endif
if(id >= 0)