Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57a62f5

Browse files
author
Jethro Beekman
committedFeb 13, 2020
Add comment to SGX entry code
1 parent 2e6eace commit 57a62f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/libstd/sys/sgx/abi/entry.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ elf_entry:
151151
pushfq
152152
andq $~0x40400, (%rsp)
153153
popfq
154+
/* check for abort */
154155
bt $0,.Laborted(%rip)
155156
jc .Lreentry_panic
156157
.endm

0 commit comments

Comments
 (0)
Please sign in to comment.