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 280dfd2 commit 5026ea0Copy full SHA for 5026ea0
src/rustc/back/upcall.rs
@@ -20,7 +20,6 @@ type upcalls =
20
str_new_shared: ValueRef,
21
cmp_type: ValueRef,
22
log_type: ValueRef,
23
- alloc_c_stack: ValueRef,
24
call_shim_on_c_stack: ValueRef,
25
call_shim_on_rust_stack: ValueRef,
26
rust_personality: ValueRef,
@@ -84,8 +83,6 @@ fn declare_upcalls(targ_cfg: @session::config,
84
83
log_type:
85
dv(~"log_type", ~[T_ptr(tydesc_type),
86
T_ptr(T_i8()), T_i32()]),
87
- alloc_c_stack:
88
- d(~"alloc_c_stack", ~[size_t], T_ptr(T_i8())),
89
call_shim_on_c_stack:
90
d(~"call_shim_on_c_stack",
91
// arguments: void *args, void *fn_ptr
0 commit comments