SKALE-4110 fix sim mode

parent 4f46c3a7
...@@ -164,7 +164,7 @@ static void *_load_libsgx_uae_service() ...@@ -164,7 +164,7 @@ static void *_load_libsgx_uae_service()
#ifdef _WIN32 #ifdef _WIN32
h_libsgx_uae_service= LoadLibrary("libsgx_uae_service.dll"); h_libsgx_uae_service= LoadLibrary("libsgx_uae_service.dll");
#else #else
h_libsgx_uae_service= dlopen("libsgx_uae_service.so", RTLD_GLOBAL|RTLD_NOW); h_libsgx_uae_service= dlopen("libsgx_uae_service_sim.so", RTLD_GLOBAL|RTLD_NOW);
#endif #endif
l_libsgx_uae_service= ( h_libsgx_uae_service == NULL ) ? -1 : 1; l_libsgx_uae_service= ( h_libsgx_uae_service == NULL ) ? -1 : 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment