mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target
Add a missing _CET_ENDBR to indirect jump targe in sysdeps/i386/sub_n.S. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
15eab1e3e8
commit
4031d7484a
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ L(oop): movl (%esi),%eax
|
|||
movl 8(%esi),%eax
|
||||
sbbl 8(%edx),%eax
|
||||
movl %eax,8(%edi)
|
||||
_CET_ENDBR
|
||||
movl 12(%esi),%eax
|
||||
sbbl 12(%edx),%eax
|
||||
movl %eax,12(%edi)
|
||||
|
|
Loading…
Add table
Reference in a new issue