Commit ee418501 authored by vaillancour's avatar vaillancour
Browse files

Fix part 3 of specific OV

parent 14a7d630
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -510,7 +510,11 @@ void Scale_sig(
#endif
        FOR (i = 0; i < lg; i++)
        {
#ifdef BASOP_NOGLOB
            x[i] = msu_ro(0, x[i], tmp, &Overflow);
#else
            x[i] = msu_r(0, x[i], tmp);
#endif
            move16(); /* msu instead of mac because factor is negative */
        }
        return;