Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/asm/make_x86_64_sysv_elf_gas.S
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ make_fcontext:
ret /* return pointer to context-data */

trampoline:
.cfi_startproc
.cfi_undefined rip
/* store return address on stack */
/* fix stack alignment */
_CET_ENDBR
Expand All @@ -147,6 +149,7 @@ trampoline:
#endif
/* jump to context-function */
jmp *%rbx
.cfi_endproc

finish:
_CET_ENDBR
Expand Down
Loading