Skip to content

Commit

Permalink
fixup! [PAL/Linux-SGX] Rename sgx_entry to sgx_do_host_ocall
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <dmitrii.kuvaiskii@intel.com>
  • Loading branch information
dimakuv committed Aug 14, 2024
1 parent a3feec9 commit 3e3bda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pal/src/host/linux-sgx/host_entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
sgx_ecall:
.cfi_startproc

# put OCALL entry target in RDX (enclave code will jump to it when handling the OCALL)
# put host-OCALL target in RDX (enclave code will jump to it when handling the OCALL)
leaq .Lsgx_do_host_ocall(%rip), %rdx

# other arguments: RDI - code, RSI - ms
Expand Down

0 comments on commit 3e3bda5

Please sign in to comment.