Skip to content
Snippets Groups Projects
Commit 7e783b14 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Move misplaced RESTORE_STACK.

Introduced in c152d602.

Thanks to Pedro Becerra for the report.
parent 7c74bc39
No related branches found
No related tags found
No related merge requests found
......@@ -289,8 +289,8 @@ opus_int silk_VAD_GetSA_Q8( /* O Return v
psEncC->input_quality_bands_Q15[ b ] = silk_sigm_Q15( silk_RSHIFT( SNR_Q7 - 16 * 128, 4 ) );
}
return( ret );
RESTORE_STACK;
return( ret );
}
/**************************/
......
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