mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 14:19:13 +00:00
Move misplaced RESTORE_STACK.
Introduced in c152d602
.
Thanks to Pedro Becerra for the report.
This commit is contained in:
parent
d19fb79b8d
commit
e3ad4ea1cd
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue