We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a53b9da + 2179688 commit 639fa73Copy full SHA for 639fa73
1 file changed
src/asm/make_x86_64_sysv_elf_gas.S
@@ -133,6 +133,8 @@ make_fcontext:
133
ret /* return pointer to context-data */
134
135
trampoline:
136
+ .cfi_startproc
137
+ .cfi_undefined rip
138
/* store return address on stack */
139
/* fix stack alignment */
140
_CET_ENDBR
@@ -147,6 +149,7 @@ trampoline:
147
149
#endif
148
150
/* jump to context-function */
151
jmp *%rbx
152
+ .cfi_endproc
153
154
finish:
155
0 commit comments