summaryrefslogtreecommitdiff
path: root/i386/i386/debug_i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/debug_i386.c')
-rw-r--r--i386/i386/debug_i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/debug_i386.c b/i386/i386/debug_i386.c
index b897e63..f3e1883 100644
--- a/i386/i386/debug_i386.c
+++ b/i386/i386/debug_i386.c
@@ -29,7 +29,7 @@
void dump_ss(struct i386_saved_state *st)
{
- printf("Dump of i386_saved_state %08x:\n", st);
+ printf("Dump of i386_saved_state %p:\n", st);
printf("EAX %08x EBX %08x ECX %08x EDX %08x\n",
st->eax, st->ebx, st->ecx, st->edx);
printf("ESI %08x EDI %08x EBP %08x ESP %08x\n",