Skip to content
Snippets Groups Projects
Commit 0fa5fa88 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Adds missing RESTORE_STACK calls

parent 531cf591
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,7 @@ void celt_fir(const opus_val16 *_x,
_y[i] = ADD16(_x[i ], ROUND16(sum, SIG_SHIFT));
}
#endif
RESTORE_STACK;
}
void celt_iir(const opus_val32 *_x,
......@@ -288,6 +289,7 @@ void celt_iir(const opus_val32 *_x,
for(i=0;i<ord;i++)
mem[i] = _y[N-i-1];
#endif
RESTORE_STACK;
}
void _celt_autocorr(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment