Wrap printf string in _().
+
+ * jit.c (jit_event_handler): Use paddress to print target addresses.
+ Wrap printf string in _().
+
* jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
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 (gdbarch, entry_addr));
else
jit_unregister_code (objf);