]> git.lizzy.rs Git - rust.git/commitdiff
Add comment to SGX entry code
authorJethro Beekman <jethro@fortanix.com>
Thu, 13 Feb 2020 09:16:28 +0000 (10:16 +0100)
committerJethro Beekman <jethro@fortanix.com>
Thu, 13 Feb 2020 09:16:28 +0000 (10:16 +0100)
src/libstd/sys/sgx/abi/entry.S

index ed4db287229dce8726c9ab5e2d911c6bbd3bbe61..1f06c9da3a9939b696db3c97ca7fd05eed3612f9 100644 (file)
@@ -151,6 +151,7 @@ elf_entry:
     pushfq
     andq $~0x40400, (%rsp)
     popfq
+/*  check for abort */
     bt $0,.Laborted(%rip)
     jc .Lreentry_panic
 .endm