mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00: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
@ -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…
Reference in New Issue
Block a user