Skip to content
Snippets Groups Projects
Commit e3ad4ea1 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 d19fb79b
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,6 @@ opus_int32 silk_NLSF_encode( /* O Returns
/* Decode */
silk_NLSF_decode( pNLSF_Q15, NLSFIndices, psNLSF_CB );
return RD_Q25[ 0 ];
RESTORE_STACK;
return RD_Q25[ 0 ];
}
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