diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-09 21:10:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-09 21:10:49 +0000 |
commit | 2bf90e4fe2f6db191761e7bf39bffc0f3d301983 (patch) | |
tree | 39a215601d4f4f6053fc1897757607f085fd333c /sys/arch | |
parent | eb22016ba8e4f48c0629e2dc5e0489ac74c04387 (diff) |
pretty print
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/db_trace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/db_trace.c b/sys/arch/sparc64/sparc64/db_trace.c index 03766c4119b..dd25eee69f2 100644 --- a/sys/arch/sparc64/sparc64/db_trace.c +++ b/sys/arch/sparc64/sparc64/db_trace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_trace.c,v 1.6 2002/05/18 09:49:17 art Exp $ */ +/* $OpenBSD: db_trace.c,v 1.7 2002/10/09 21:10:48 deraadt Exp $ */ /* $NetBSD: db_trace.c,v 1.23 2001/07/10 06:06:16 eeh Exp $ */ /* @@ -359,7 +359,7 @@ db_dump_trap(addr, have_addr, count, modif) tf, (unsigned long long)tf->tf_tstate, (unsigned long long)tf->tf_pc, (unsigned long long)tf->tf_npc); - db_printf("y: %x\tpil: %d\toldpil: %d\tfault: %llx\tkstack: %llx\ttt: %x\tGlobals:\n", + db_printf("y: %x\tpil: %d\toldpil: %d\tfault: %llx\tkstack: %llx\ttt: %x\nGlobals:\n", (int)tf->tf_y, (int)tf->tf_pil, (int)tf->tf_oldpil, (unsigned long long)tf->tf_fault, (unsigned long long)tf->tf_kstack, (int)tf->tf_tt); |