Skip to content

Commit e341cbc

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 6121 b: refs/heads/master c: b578ed9 h: refs/heads/master i: 6119: 9257338 v: v3
1 parent 67401a7 commit e341cbc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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: 0982c7f78c26766e8b13a8dea700b03d86f376f3
2+
refs/heads/master: b578ed9b2a98733a60afedcd13cdffea4e2592e3

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@
66
// slower.
77
#if defined(__APPLE__) || defined(_WIN32)
88
.globl _upcall_call_c_stack
9+
.globl _upcall_call_c_stack_i64
10+
.globl _upcall_call_c_stack_float
911
_upcall_call_c_stack:
12+
_upcall_call_c_stack_i64:
13+
_upcall_call_c_stack_float:
1014
#else
1115
.globl upcall_call_c_stack
16+
.globl upcall_call_c_stack_i64
17+
.globl upcall_call_c_stack_float
1218
upcall_call_c_stack:
19+
upcall_call_c_stack_i64:
20+
upcall_call_c_stack_float:
1321
#endif
1422
push %rbp
1523
mov %rsp,%rbp // save rsp

0 commit comments

Comments
 (0)