Commit 76a4a7d1 authored by multrus's avatar multrus Committed by Manuel Jander
Browse files

add missing move()s

parent 79f1fe18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2160,7 +2160,9 @@ static void compute_cov_mtx_fx(
                move16();
                CovarianceMatrix *COVls = &( pCOVls[k] );

                move64();
                temp64_1_r_acc = 0;
                move64();
                temp64_1_i_acc = 0;

                FOR( freq = brange[0]; freq < brange[1]; freq++ )