Browse Source

[Pal/Linux-SGX] EEXIT doesn't need AEP

Simon Gaiser 6 years ago
parent
commit
7789360b93
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Pal/src/host/Linux-SGX/enclave_entry.S

+ 0 - 1
Pal/src/host/Linux-SGX/enclave_entry.S

@@ -281,7 +281,6 @@ sgx_ocall:
 	andq $STACK_ALIGN, %rsp
 	andq $STACK_ALIGN, %rsp
 
 
 	movq %gs:SGX_EXIT_TARGET, %rbx
 	movq %gs:SGX_EXIT_TARGET, %rbx
-	movq %gs:SGX_AEP, %rcx
 	movq $EEXIT, %rax
 	movq $EEXIT, %rax
 	ENCLU
 	ENCLU