Remove a check for NULL that would have been after a NULL dereference
authorjsg <jsg@openbsd.org>
Wed, 29 Apr 2015 04:43:25 +0000 (04:43 +0000)
committerjsg <jsg@openbsd.org>
Wed, 29 Apr 2015 04:43:25 +0000 (04:43 +0000)
commitde32d6a4900a3d7938e4cd72e10d4b10606fb925
tree2bed623ba405fda772a757603ef2fddd27a1a3c5
parent27547fa5853d5d47ce2aea6b224208b4a0dbf164
Remove a check for NULL that would have been after a NULL dereference
if callers of save_vec() weren't expected to pass a non NULL pointer
as an argument.

ok kettenis@
sys/arch/powerpc/powerpc/trap.c