Add a missing space in the arm64 sendsig

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2022-01-05 12:38:54 +00:00
parent fbdca14953
commit ce1e5d0d5e

View File

@ -593,7 +593,7 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask)
sigexit(td, SIGILL);
}
tf->tf_x[0]= sig;
tf->tf_x[0] = sig;
tf->tf_x[1] = (register_t)&fp->sf_si;
tf->tf_x[2] = (register_t)&fp->sf_uc;