Values are more useful shown in hex.

This commit is contained in:
David Given 2018-09-11 23:17:09 +02:00
parent 8379969b6f
commit 5264db860d

View file

@ -579,7 +579,7 @@ addbase(name)
return; return;
name->on_valu += outsect[sectindex].os_base; name->on_valu += outsect[sectindex].os_base;
debug( "%s: type 0x%x, value %ld\n", debug( "%s: type 0x%x, value 0x%lx\n",
address((name->on_type & S_EXT) ? ALLOGCHR : ALLOLCHR, address((name->on_type & S_EXT) ? ALLOGCHR : ALLOLCHR,
(ind_t)name->on_foff (ind_t)name->on_foff
), ),