We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37cc79f + 85be7c5 commit 8af39ceCopy full SHA for 8af39ce
src/rt/arch/i386/morestack.S
@@ -75,15 +75,14 @@
75
#else
76
#if defined(__linux__) || defined(__FreeBSD__)
77
#define MORESTACK __morestack
78
-#define EXHAUSTED rust_stack_exhausted
+#define EXHAUSTED rust_stack_exhausted@plt
79
80
#define MORESTACK ___morestack
81
#define EXHAUSTED _rust_stack_exhausted
82
#endif
83
84
85
.globl MORESTACK
86
-.globl EXHAUSTED
87
88
// FIXME: What about __WIN32__?
89
@@ -138,7 +137,7 @@ MORESTACK:
138
137
139
// re-align the stack
140
subl $12,%esp
141
- calll EXHAUSTED
+ call EXHAUSTED
142
// the exhaustion function guarantees that it can't return
143
144
.cfi_endproc
0 commit comments