Skip to content

Commit

Permalink
Rollup merge of rust-lang#69125 - jethrogb:jb/cleanup-sgx-entry, r=Dy…
Browse files Browse the repository at this point in the history
…lan-DPC

Add comment to SGX entry code

Meant to force push this to be included in rust-lang#69040, but forgot

r? @nagisa
  • Loading branch information
Dylan-DPC authored Feb 13, 2020
2 parents b5ee867 + 57a62f5 commit 8e2772c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/sgx/abi/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ elf_entry:
pushfq
andq $~0x40400, (%rsp)
popfq
/* check for abort */
bt $0,.Laborted(%rip)
jc .Lreentry_panic
.endm
Expand Down

0 comments on commit 8e2772c

Please sign in to comment.