Fix world build for archs where __builtin_debugtrap() does not work.
authorbadger <badger@FreeBSD.org>
Wed, 22 Feb 2017 04:35:07 +0000 (04:35 +0000)
committerbadger <badger@FreeBSD.org>
Wed, 22 Feb 2017 04:35:07 +0000 (04:35 +0000)
commit369cadaf7d6d78e8862ffb8cbccb30b159d10e98
tree27e4515fa3d2a19fc4c5706e480c6d0c12e7b69f
parentc814a2d50944f4df7a60ffa035c3a7900b7f5c15
Fix world build for archs where __builtin_debugtrap() does not work.

The offending code was introduced in r313992.

Reported by: rpokala
Approved by: kib (mentor)
tests/sys/kern/ptrace_test.c