forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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));