Skip to content

Commit

Permalink
Fix trampoline warning on x86 as well (#56280)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi authored Oct 23, 2024
1 parent 0a6277d commit 894296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/trampolines/trampolines_x86_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#define XX(name) \
DEBUGINFO(name); \
.global CNAME(name); \
CNAME(name)##:; \
.cfi_startproc; \
SEH_START1(name); \
CNAME(name)##:; \
SEH_START2(); \
CET_START(); \
mov CNAMEADDR(name)(%rip),%r11; \
Expand Down

0 comments on commit 894296b

Please sign in to comment.