Skip to content

Commit

Permalink
x86_64: declaration for signal trampoline setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Nov 26, 2024
1 parent 8adc92f commit 002f2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/x86_64/include/platform/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ typedef struct {

void *platformCreateContext(void *, int, uintptr_t, uintptr_t);
int platformSetContext(Thread *, uintptr_t, uintptr_t, const char **, const char **);
int platformSignalSetup(Thread *);

#define PLATFORM_CONTEXT_SIZE sizeof(ThreadContext)

Expand Down

0 comments on commit 002f2e7

Please sign in to comment.