Skip to content

Commit 8cbba79

Browse files
committed
rt: Fix the name of the linux macro in x86_64/morestack.S
1 parent afb8f01 commit 8cbba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/arch/x86_64/morestack.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
.type MORESTACK,@function
5353
#endif
5454

55-
#if defined(__linux)
55+
#if defined(__linux__)
5656
MORESTACK:
5757
.cfi_startproc
5858

0 commit comments

Comments
 (0)