]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix selector arg to match the (missing) prototype for sdtossd().
authorbde <bde@FreeBSD.org>
Sun, 30 Oct 1994 20:25:21 +0000 (20:25 +0000)
committerbde <bde@FreeBSD.org>
Sun, 30 Oct 1994 20:25:21 +0000 (20:25 +0000)
commit31e87228f849e1d684c6978a079a1349b1895b88
treeaefb466ff2a84a653a04434bc0f69c773f9e0dcc
parent97f7bdc0a77b04889f1c5c7a30d4076ecbd7c315
Fix selector arg to match the (missing) prototype for sdtossd().
Cosmetic.

Return from trap() if trap_fatal() returns.  trap_fatal() isn't
fatal if you have ddb.  Returning from trap() is usually the right
thing to do and much better than falling through.
sys/amd64/amd64/trap.c
sys/i386/i386/trap.c
sys/kern/subr_trap.c