mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-26 18:17:23 +00:00
[Linux/SGX/FreeBSD PAL] Remove unused macro SIGNAL_MASK_TIME
This commit is contained in:
committed by
Chia-Che Tsai
parent
6381996fe0
commit
0377bc4b8a
@@ -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" \
|
||||
|
||||
@@ -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" \
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user