Values are more useful shown in hex.
This commit is contained in:
parent
8379969b6f
commit
5264db860d
|
@ -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
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue