Skip to content

Commit

Permalink
Add comment to SGX entry code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed Feb 13, 2020
1 parent 2e6eace commit 57a62f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/sgx/abi/entry.S
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 57a62f5

Please sign in to comment.