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 4396837 commit 2d0ada9Copy full SHA for 2d0ada9
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e9287e55cc6f95354632be646be18b92af2f9a08
+refs/heads/master: 4793a023766e99d1e372bab6ab73d8063ea6e48c
trunk/src/rt/arch/i386/ccall.S
@@ -4,8 +4,13 @@
4
//
5
// Note that we could use |enter| and |leave| but the manuals tell me they're
6
// slower.
7
+#if defined(__APPLE__) || defined(_WIN32)
8
.globl _upcall_call_c_stack
9
_upcall_call_c_stack:
10
+#else
11
+.globl upcall_call_c_stack
12
+upcall_call_c_stack:
13
+#endif
14
pushl %ebp
15
movl %esp,%ebp // save esp
16
movl 8(%esp),%eax // eax = callee
0 commit comments