Skip to content

Commit 2d0ada9

Browse files
committed
---
yaml --- r: 5648 b: refs/heads/master c: 4793a02 h: refs/heads/master v: v3
1 parent 4396837 commit 2d0ada9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e9287e55cc6f95354632be646be18b92af2f9a08
2+
refs/heads/master: 4793a023766e99d1e372bab6ab73d8063ea6e48c

trunk/src/rt/arch/i386/ccall.S

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
//
55
// Note that we could use |enter| and |leave| but the manuals tell me they're
66
// slower.
7+
#if defined(__APPLE__) || defined(_WIN32)
78
.globl _upcall_call_c_stack
89
_upcall_call_c_stack:
10+
#else
11+
.globl upcall_call_c_stack
12+
upcall_call_c_stack:
13+
#endif
914
pushl %ebp
1015
movl %esp,%ebp // save esp
1116
movl 8(%esp),%eax // eax = callee

0 commit comments

Comments
 (0)