removed unnecessary push
This commit is contained in:
@@ -124,7 +124,6 @@ sgx_entry:
|
|||||||
|
|
||||||
/* making sure AC flag is not set in rflags */
|
/* making sure AC flag is not set in rflags */
|
||||||
/* avoid using the 'clac' instruction to be compatible with older compilers */
|
/* avoid using the 'clac' instruction to be compatible with older compilers */
|
||||||
push %rcx
|
|
||||||
pushfq
|
pushfq
|
||||||
popq %rcx
|
popq %rcx
|
||||||
and $0xFFFFFFFFFFFBFFFF, %rcx
|
and $0xFFFFFFFFFFFBFFFF, %rcx
|
||||||
|
|||||||
Reference in New Issue
Block a user