diff --git a/pal/src/host/linux-sgx/host_entry.S b/pal/src/host/linux-sgx/host_entry.S index 1c886ae172..97a3ebeec5 100644 --- a/pal/src/host/linux-sgx/host_entry.S +++ b/pal/src/host/linux-sgx/host_entry.S @@ -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