mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
Fix internal review comments. Rename the xml field 'EnclaveStartAddress' to 'EnclaveImageAddress' and add a new field 'ELRangeStartAddress'.
Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
@@ -73,7 +73,7 @@ int create_enclave(secs_t *secs,
|
||||
SE_TRACE(SE_TRACE_DEBUG, "out of memory.\n");
|
||||
return SGX_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
|
||||
|
||||
*start_addr = ce->get_secs()->base;
|
||||
*enclave_id = ce->get_enclave_id();
|
||||
secs->base = *start_addr;
|
||||
|
||||
Reference in New Issue
Block a user