diff options
| author | Raoul Strackx <raoul.strackx@fortanix.com> | 2019-10-25 15:27:48 +0200 |
|---|---|---|
| committer | Raoul Strackx <raoul.strackx@fortanix.com> | 2019-10-25 15:27:48 +0200 |
| commit | d257c20a1dc97631f6c1cf4a22f32ed80f23e4f1 (patch) | |
| tree | 824d75338120f351499993fbdcffea110fb08cf2 /src/libstd | |
| parent | fc500368485bd2ebafea6a37da30f49c8be75aac (diff) | |
| download | rust-d257c20a1dc97631f6c1cf4a22f32ed80f23e4f1.tar.gz rust-d257c20a1dc97631f6c1cf4a22f32ed80f23e4f1.zip | |
removed unnecessary push
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/sys/sgx/abi/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/sgx/abi/entry.S b/src/libstd/sys/sgx/abi/entry.S index 4f8673a1907..08aee89fe03 100644 --- a/src/libstd/sys/sgx/abi/entry.S +++ b/src/libstd/sys/sgx/abi/entry.S @@ -124,7 +124,6 @@ sgx_entry: /* making sure AC flag is not set in rflags */ /* avoid using the 'clac' instruction to be compatible with older compilers */ - push %rcx pushfq popq %rcx and $0xFFFFFFFFFFFBFFFF, %rcx |
