We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e79eb commit e7e2050Copy full SHA for e7e2050
1 file changed
i387/bsd_asm.h
@@ -89,7 +89,7 @@
89
#define CNAME(csym) _##csym
90
#define HIDENAME(asmsym) .asmsym
91
#define _ENTRY(x) _START_ENTRY_WIN; \
92
- .globl CNAME(x); .section .drectve; .ascii " -export:" #x; \
+ .globl CNAME(x); .section .drectve; .ascii " -export:", #x; \
93
.section .text; .def CNAME(x); .scl 2; .type 32; .endef; CNAME(x):
94
#endif
95
0 commit comments