summaryrefslogtreecommitdiffstats
path: root/uisimulator/sdl/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/kernel.c')
-rw-r--r--uisimulator/sdl/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/kernel.c b/uisimulator/sdl/kernel.c
index 91d1afa1b9..c82c6632cf 100644
--- a/uisimulator/sdl/kernel.c
+++ b/uisimulator/sdl/kernel.c
@@ -56,7 +56,7 @@ static void queue_release_sender(struct thread_entry **sender,
wakeup_thread(sender);
if(*sender != NULL)
{
- fprintf(stderr, "queue->send slot ovf: %08X\n", (int)*sender);
+ fprintf(stderr, "queue->send slot ovf: %p\n", *sender);
exit(-1);
}
}