mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-07 06:14:02 +00:00
fix a typo
This commit is contained in:
committed by
Don Porter
parent
d14ea9e43c
commit
e5d7696aa4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user