Skip to content

Commit 7442535

Browse files
gbaraldiKristofferC
authored and
KristofferC
committed
Fix trampoline warning on x86 as well (#56280)
(cherry picked from commit 894296b)
1 parent 53adba9 commit 7442535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/trampolines/trampolines_x86_64.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#define XX(name) \
77
DEBUGINFO(name); \
88
.global CNAME(name); \
9+
CNAME(name)##:; \
910
.cfi_startproc; \
1011
SEH_START1(name); \
11-
CNAME(name)##:; \
1212
SEH_START2(); \
1313
CET_START(); \
1414
mov CNAMEADDR(name)(%rip),%r11; \

0 commit comments

Comments
 (0)