aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-09-18 21:05:04 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-09-18 21:05:04 +0000
commit659209e636e2945962eb75613958aae7fa1067cd (patch)
tree2f7fa76ba308cb5223ca9b34bd86109389c424db /sys/pc98
parent3ca719f12eecc76613825786247de23c3290aa7f (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/npx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 7c76951d444e..50dc08e7e7b5 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -660,9 +660,9 @@ npxexit(td)
*/
if (masked_exceptions & 0x0d)
log(LOG_ERR,
- "pid %d (%s) exited with masked floating"
- " point exceptions 0x%02x\n",
- td->td_proc->p_pid, td->td_proc->p_comm, masked_exceptions);
+ "pid %d (%s) exited with masked floating point exceptions 0x%02x\n",
+ td->td_proc->p_pid, td->td_proc->p_comm,
+ masked_exceptions);
}
#endif
}