rustc: upcall_alloc_c_stack doesn't exist

This commit is contained in:
Brian Anderson 2012-08-17 11:43:58 -07:00
parent 280dfd2d29
commit 5026ea0446

View File

@ -20,7 +20,6 @@ type upcalls =
str_new_shared: ValueRef,
cmp_type: ValueRef,
log_type: ValueRef,
alloc_c_stack: ValueRef,
call_shim_on_c_stack: ValueRef,
call_shim_on_rust_stack: ValueRef,
rust_personality: ValueRef,
@ -84,8 +83,6 @@ fn declare_upcalls(targ_cfg: @session::config,
log_type:
dv(~"log_type", ~[T_ptr(tydesc_type),
T_ptr(T_i8()), T_i32()]),
alloc_c_stack:
d(~"alloc_c_stack", ~[size_t], T_ptr(T_i8())),
call_shim_on_c_stack:
d(~"call_shim_on_c_stack",
// arguments: void *args, void *fn_ptr