diff options
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 } |
