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.
2 parents a9679c6 + 6c9bdf2 commit 79602e2Copy full SHA for 79602e2
src/rt/arch/aarch64/morestack.S
@@ -9,7 +9,7 @@
9
10
#if defined(__APPLE__)
11
#define MORESTACK ___morestack
12
-#define STACK_EXHAUSTED _rust_stack_exhausted
+#define STACK_EXHAUSTED _rust_stack_exhausted@plt
13
#else
14
#define MORESTACK __morestack
15
#define STACK_EXHAUSTED rust_stack_exhausted
@@ -30,6 +30,6 @@
30
// FIXME(AARCH64): this might not be perfectly right but works for now
31
MORESTACK:
32
.cfi_startproc
33
- bl STACK_EXHAUSTED@plt
+ bl STACK_EXHAUSTED
34
// the above function ensures that it never returns
35
.cfi_endproc
0 commit comments