mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
fix a typo
This commit is contained in:
@@ -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