|
@@ -257,7 +257,7 @@ static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_
|
|
|
|
|
|
if (exceptions == VFP_EXCEPTION_ERROR) {
|
|
if (exceptions == VFP_EXCEPTION_ERROR) {
|
|
vfp_panic("unhandled bounce", inst);
|
|
vfp_panic("unhandled bounce", inst);
|
|
- vfp_raise_sigfpe(FPE_FIXME, regs);
|
|
|
|
|
|
+ vfp_raise_sigfpe(FPE_FLTINV, regs);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|