forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/x86/math-emu/fpu_trig.c
....@@ -1352,7 +1352,7 @@
13521352 case TW_Denormal:
13531353 if (denormal_operand() < 0)
13541354 return;
1355
-
1355
+ fallthrough;
13561356 case TAG_Zero:
13571357 case TAG_Valid:
13581358 setsign(st0_ptr, getsign(st0_ptr) ^ getsign(st1_ptr));