diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-02-13 21:28:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 21:28:07 +0100 |
| commit | 8e2772c0fdab55695d0a607f50e7deaa329e7189 (patch) | |
| tree | 3051f4f3f46e513177817f8a2c50b05e0a6316cb /src/libstd | |
| parent | b5ee867b509f990891d780210eb9d3cd394eb3e8 (diff) | |
| parent | 57a62f5335c1e8178802d00dfac94212726ee240 (diff) | |
| download | rust-8e2772c0fdab55695d0a607f50e7deaa329e7189.tar.gz rust-8e2772c0fdab55695d0a607f50e7deaa329e7189.zip | |
Rollup merge of #69125 - jethrogb:jb/cleanup-sgx-entry, r=Dylan-DPC
Add comment to SGX entry code Meant to force push this to be included in #69040, but forgot r? @nagisa
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/sys/sgx/abi/entry.S | 1 |
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 |
