Skip to content

Commit

Permalink
Ensure underscore is applied to trampoline symbols on OSX [JuliaLang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 authored and fingolfin committed Jan 13, 2021
1 parent b84990e commit e5e1327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/trampolines/trampolines_x86_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@

#define XX(name) \
DEBUGINFO(name); \
.global name; \
.global CNAME(name); \
.cfi_startproc; \
SEH_START1(name); \
name##:; \
CNAME(name)##:; \
SEH_START2(); \
CET_START(); \
mov CNAME(name##_addr)(%rip),%r11; \
Expand Down

0 comments on commit e5e1327

Please sign in to comment.