Commit fef9e8d6 authored by vaillancour's avatar vaillancour
Browse files

fix another specific OV

parent a0244f5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ Word32 pow_10(Word32 x , Word16 *Q)
  FOR(i =1 ;i <= n ;i++)
  {
	  Overflow = 0;   move16();
	  L_tmp = L_shl(L_tmp,i);
	  L_tmp = L_shl_o(L_tmp,i, &Overflow);
	  IF(Overflow)
      {
	      count = add(count,1);