Whitespace fixes.
This commit is contained in:
parent
3ca719f12e
commit
659209e636
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83640
@ -607,9 +607,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
|
||||
}
|
||||
|
@ -607,9 +607,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
|
||||
}
|
||||
|
@ -607,9 +607,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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user