Move misplaced RESTORE_STACK.

Introduced in c152d602.

Thanks to Pedro Becerra for the report.
This commit is contained in:
Timothy B. Terriberry 2013-05-23 19:33:34 -07:00
parent d19fb79b8d
commit e3ad4ea1cd

View file

@ -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 ];
}