From 57a62f5335c1e8178802d00dfac94212726ee240 Mon Sep 17 00:00:00 2001 From: Jethro Beekman Date: Thu, 13 Feb 2020 10:16:28 +0100 Subject: [PATCH] Add comment to SGX entry code --- src/libstd/sys/sgx/abi/entry.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstd/sys/sgx/abi/entry.S b/src/libstd/sys/sgx/abi/entry.S index ed4db287229..1f06c9da3a9 100644 --- a/src/libstd/sys/sgx/abi/entry.S +++ b/src/libstd/sys/sgx/abi/entry.S @@ -151,6 +151,7 @@ elf_entry: pushfq andq $~0x40400, (%rsp) popfq +/* check for abort */ bt $0,.Laborted(%rip) jc .Lreentry_panic .endm -- 2.44.0