Minor fix for debugging output
This commit is contained in:
parent
ffb79d6475
commit
9664528dde
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user