[Linux/SGX/FreeBSD PAL] Remove unused macro SIGNAL_MASK_TIME

This commit is contained in:
Chia-Che Tsai
2018-11-03 09:54:30 -07:00
committed by Chia-Che Tsai
parent 6381996fe0
commit 0377bc4b8a
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -206,8 +206,6 @@ struct exception_handler * pal_handlers [PAL_EVENT_NUM_BOUND] = {
&handler_Failure,
};
#define SIGNAL_MASK_TIME 1000
#define save_return_point(ptr) \
asm volatile ("leaq 0(%%rip), %%rax\r\n" \
"movq %%rax, %0\r\n" \
-2
View File
@@ -45,8 +45,6 @@ typedef struct exception_event {
struct pal_frame * frame;
} PAL_EVENT;
#define SIGNAL_MASK_TIME 1000
#define save_return_point(ptr) \
asm volatile ("leaq 0(%%rip), %%rax\r\n" \
"movq %%rax, %0\r\n" \
-2
View File
@@ -117,8 +117,6 @@ typedef struct {
PAL_PTR eframe;
} PAL_EVENT;
#define SIGNAL_MASK_TIME 1000
#define save_return_point(ptr) \
asm volatile ("leaq 0(%%rip), %%rax\r\n" \
"movq %%rax, %0\r\n" \