mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
a169a69497
Support for Switchless Calls Bug fixes Signed-off-by: Li, Xun <xun.li@intel.com>
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
enclave.so
|
|
{
|
|
global:
|
|
g_global_data_sim;
|
|
g_global_data;
|
|
enclave_entry;
|
|
local:
|
|
*;
|
|
};
|