The new interrupt subsystem breaks the simulation mode in two ways: 1. The signal 64 is not handled by Intel SGX SDK in simulation mode. A handled real-time signal crashes the process. 2. The newly-enabled test case exit_group depends on interrupts. But enclave interrupts, like enclave exceptions, are not supported in simulation mode. This commit ensures signal 64 is ignored by default and exit_group test case is not enabled in simulation mode. |
||
---|---|---|
.. | ||
main.c | ||
Makefile |