Rollup merge of #69125 - jethrogb:jb/cleanup-sgx-entry, r=Dylan-DPC
Add comment to SGX entry code Meant to force push this to be included in #69040, but forgot r? @nagisa
This commit is contained in:
commit
8e2772c0fd
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ elf_entry:
|
|||
pushfq
|
||||
andq $~0x40400, (%rsp)
|
||||
popfq
|
||||
/* check for abort */
|
||||
bt $0,.Laborted(%rip)
|
||||
jc .Lreentry_panic
|
||||
.endm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue