fix a typo

This commit is contained in:
Chia-Che Tsai
2017-02-11 10:17:55 -05:00
parent 51292da629
commit 547f1ed042
+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