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 67401a7 commit e341cbcCopy full SHA for e341cbc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0982c7f78c26766e8b13a8dea700b03d86f376f3
+refs/heads/master: b578ed9b2a98733a60afedcd13cdffea4e2592e3
trunk/src/rt/arch/x86_64/ccall.S
@@ -6,10 +6,18 @@
6
// slower.
7
#if defined(__APPLE__) || defined(_WIN32)
8
.globl _upcall_call_c_stack
9
+.globl _upcall_call_c_stack_i64
10
+.globl _upcall_call_c_stack_float
11
_upcall_call_c_stack:
12
+_upcall_call_c_stack_i64:
13
+_upcall_call_c_stack_float:
14
#else
15
.globl upcall_call_c_stack
16
+.globl upcall_call_c_stack_i64
17
+.globl upcall_call_c_stack_float
18
upcall_call_c_stack:
19
+upcall_call_c_stack_i64:
20
+upcall_call_c_stack_float:
21
#endif
22
push %rbp
23
mov %rsp,%rbp // save rsp
0 commit comments