summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/common.c b/libs/common.c
index 59846e8ef..b66d95795 100644
--- a/libs/common.c
+++ b/libs/common.c
@@ -41,8 +41,8 @@ _get_module_info (void)
{
if (routines[i] != NULL)
{
- printf ("Routine #%d (%s): set to address %x\n", i,
- routine_to_str (i), (vm_size_t) routines[i]);
+ printf ("Routine #%d (%s): set to address %p\n", i,
+ routine_to_str (i), routines[i]);
}
}
}