Skip to content

Commit 81343b6

Browse files
aor: fix exports on string functions on Windows
1 parent e2e6bee commit 81343b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

string/aarch64/asmdefs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ GNU_PROPERTY (FEATURE_1_AND, FEATURE_1_BTI|FEATURE_1_PAC)
7171
# define END(name) .cfi_endproc
7272
#elif defined (_WIN32)
7373
# define ENTRY_ALIAS(name) \
74+
.global name SEP \
7475
name:
7576

7677
# define END(name) .cfi_endproc

0 commit comments

Comments
 (0)