kernel/arch/x86/math-emu/fpu_trig.c
.. .. @@ -1352,7 +1352,7 @@ 1352 1352 case TW_Denormal: 1353 1353 if (denormal_operand() < 0) 1354 1354 return; 1355 -1355 + fallthrough;1356 1356 case TAG_Zero: 1357 1357 case TAG_Valid: 1358 1358 setsign(st0_ptr, getsign(st0_ptr) ^ getsign(st1_ptr));