about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-02-13 22:20:58 +0000
committerbors <bors@rust-lang.org>2020-02-13 22:20:58 +0000
commit10104085e4f9f52f405fa1cc5e5e18c4c4cc72d1 (patch)
treee454e1e75dff88439e15462a257cb669b1d4c10d /src/libstd/sys
parent5d04ce67fd14538d03fa47a2598f80d49fd564c6 (diff)
parent7704e590ece52ef265e0ca16bce1180930b69330 (diff)
downloadrust-10104085e4f9f52f405fa1cc5e5e18c4c4cc72d1.tar.gz
rust-10104085e4f9f52f405fa1cc5e5e18c4c4cc72d1.zip
Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC
Rollup of 9 pull requests

Successful merges:

 - #68728 (parse: merge `fn` syntax + cleanup item parsing)
 - #68938 (fix lifetime shadowing check in GATs)
 - #69057 (expand: misc cleanups and simplifications)
 - #69108 (Use HirId in TraitCandidate.)
 - #69125 (Add comment to SGX entry code)
 - #69126 (miri: fix exact_div)
 - #69127 (Enable use after scope detection in the new LLVM pass manager)
 - #69135 (Spelling error "represening" to "representing")
 - #69141 (Don't error on network failures)

Failed merges:

r? @ghost
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/sgx/abi/entry.S1
1 files changed, 1 insertions, 0 deletions
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