diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-09-18 21:05:04 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-09-18 21:05:04 +0000 |
| commit | 659209e636e2945962eb75613958aae7fa1067cd (patch) | |
| tree | 2f7fa76ba308cb5223ca9b34bd86109389c424db /sys/pc98 | |
| parent | 3ca719f12eecc76613825786247de23c3290aa7f (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/npx.c | 6 |
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 } |
