diff --git a/src/libstd/sys/sgx/abi/entry.S b/src/libstd/sys/sgx/abi/entry.S index 4f8673a1907d..08aee89fe03d 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