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 28745aa commit 3a80d7bCopy full SHA for 3a80d7b
src/rt/arch/i386/morestack.S
@@ -52,6 +52,15 @@
52
.globl UPCALL_CALL_C_STACK
53
.globl MORESTACK
54
55
+// FIXME: What about _WIN32?
56
+#if defined(__linux__)
57
+ .hidden MORESTACK
58
+#else
59
+#if defined(__APPLE__)
60
+ .private_extern MORESTACK
61
+#endif
62
63
+
64
#ifdef __ELF__
65
.type MORESTACK,@function
66
#endif
src/rt/arch/x86_64/morestack.S
@@ -35,6 +35,15 @@
35
.globl UPCALL_CALL_C
36
37
38
39
40
41
42
43
44
45
46
47
48
49
0 commit comments