|
From: Dirk M. <dm...@gm...> - 2007-10-04 21:32:41
|
On Wednesday, 3. October 2007, Julian Seward wrote:
> Addr/Word/UWord args with %p formats, either by casting the arg to void*
> or changing the format to 0x%lx.
I'm currently unable to decide which route to take. We can represent Addr in
two ways:
VG_(printf)("%#lx", ..)
or
VG_(printf)("%p", (void*)..)
I would prefer the first, given that it is shorter. Any comments? I'll make
sure that I change it consistently (in a new branch, like requested).
Greetings,
Dirk
|