diff options
author | Jiaxun Yang <[email protected]> | 2020-07-18 23:35:42 +0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2020-07-23 17:21:58 +0200 |
commit | 24911b92444f6cc7b63782987b5b05198e0e4fdf (patch) | |
tree | b53f741a96baad1fac08e82cfe2a166210e06e50 /doc/APIchanges | |
parent | 7a7ed1699c3b08d23ed5ab4955544f146e88b59b (diff) |
libavcodec: MIPS: MMI: Move sp out of the clobber list
GCC complains:
warning: listing the stack pointer register ‘$29’ in a clobber
list is deprecated [-Wdeprecated]
Actually stack pointer was restored at the end of the inline assembly
so there is no reason to add it to the clobber list.
Also use $sp insted of $29 to make our intention much more clear.
Signed-off-by: Jiaxun Yang <[email protected]>
Reviewed-by: Shiyou Yin <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions