fix_unaligned
static bool fix_unaligned(struct trapframe *, ksiginfo_t *);
if (fix_unaligned(tf, &ksi))
bool fix_unaligned(struct trapframe *, ksiginfo_t *);
if (fix_unaligned(l, tf) != 0) {
static int fix_unaligned(struct lwp *, struct trapframe *);