Skip to content

Commit 57a62f5

Browse files
author
Jethro Beekman
committed
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

+1
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)