fix a typo

This commit is contained in:
Chia-Che Tsai
2018-08-13 10:00:32 -04:00
committed by Don Porter
parent d14ea9e43c
commit e5d7696aa4
+1 -1
View File
@@ -54,7 +54,7 @@ enclave_entry:
# push untructed stack address to RCX
mov %rsp, %rcx
# switch to the enclve stack: R8 + %gs:SGX_INITIAL_STACK_OFFSET
# switch to enclve stack: enclave base + %gs:SGX_INITIAL_STACK_OFFSET
add %gs:SGX_INITIAL_STACK_OFFSET, %rbx
mov %rbx, %rsp