|
|
|
@ -1216,7 +1216,7 @@ u32 vfp_double_cpdo(ARMul_State* state, u32 inst, u32 fpscr) { |
|
|
|
except = fop->fn(state, dest, dn, dm, fpscr); |
|
|
|
LOG_TRACE(Core_ARM11, "VFP: itr%d: exceptions=%08x", vecitr >> FPSCR_LENGTH_BIT, except); |
|
|
|
|
|
|
|
exceptions |= except; |
|
|
|
exceptions |= except & ~VFP_NAN_FLAG; |
|
|
|
|
|
|
|
/*
|
|
|
|
* CHECK: It appears to be undefined whether we stop when |
|
|
|
|