File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 28745aa07f9fad242d9674fde74416f001acc463
2
+ refs/heads/master: 3a80d7b0e3f1bdc81ba14459f6615d29476038a7
Original file line number Diff line number Diff line change 52
52
.globl UPCALL_CALL_C_STACK
53
53
.globl MORESTACK
54
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
+ #endif
63
+
55
64
#ifdef __ELF__
56
65
.type MORESTACK,@function
57
66
#endif
Original file line number Diff line number Diff line change 35
35
.globl UPCALL_CALL_C
36
36
.globl MORESTACK
37
37
38
+ // FIXME: What about _WIN32?
39
+ #if defined(__linux__)
40
+ .hidden MORESTACK
41
+ #else
42
+ #if defined(__APPLE__)
43
+ .private_extern MORESTACK
44
+ #endif
45
+ #endif
46
+
38
47
#ifdef __ELF__
39
48
.type MORESTACK,@function
40
49
#endif
You can’t perform that action at this time.
0 commit comments