summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-08-28 12:46:28 +0000
committerkato <kato@FreeBSD.org>1998-08-28 12:46:28 +0000
commit59703bfe3623a87941a4085b82cacdbfd0f46798 (patch)
tree39a3905d4d902ab0c780bc934660dc305d5ee0b8 /sys/pc98
parent1217ca484ec4b232c6796b09a02d09fd9280930a (diff)
downloadFreeBSD-src-59703bfe3623a87941a4085b82cacdbfd0f46798.zip
FreeBSD-src-59703bfe3623a87941a4085b82cacdbfd0f46798.tar.gz
Sync with sys/i386/i386/trap.c revision 1.128.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c
index 2bd8d0a..9ea5d80 100644
--- a/sys/pc98/i386/trap.c
+++ b/sys/pc98/i386/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.49 1998/04/16 16:31:36 kato Exp $
+ * $Id: trap.c,v 1.50 1998/04/29 09:45:38 kato Exp $
*/
/*
@@ -585,7 +585,7 @@ kernel_trap:
uprintf("fatal process exception: %s",
trap_msg[type]);
if ((type == T_PAGEFLT) || (type == T_PROTFLT))
- uprintf(", fault VA = 0x%x", eva);
+ uprintf(", fault VA = 0x%lx", eva);
uprintf("\n");
}
#endif
OpenPOWER on IntegriCloud