Index: gdb/jit.c =================================================================== RCS file: /cvs/src/src/gdb/jit.c,v retrieving revision 1.1 diff -u -r1.1 jit.c --- gdb/jit.c 20 Aug 2009 18:02:47 -0000 1.1 +++ gdb/jit.c 21 Aug 2009 12:27:13 -0000 @@ -413,8 +413,8 @@ case JIT_UNREGISTER: objf = jit_find_objf_with_entry_addr (entry_addr); if (objf == NULL) - printf_unfiltered ("Unable to find JITed code entry at address: %p\n", - (void *) entry_addr); + printf_unfiltered ("Unable to find JITed code entry at address: %s\n", + paddress (target_gdbarch, entry_addr)); else jit_unregister_code (objf);