diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-06-28 14:21:31 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-28 16:12:34 -0700 |
| commit | 866ee6ecb42e35d18bdbd89e63c45c1ccb38540b (patch) | |
| tree | 6fe7285dac82706012f7c4a1f0908a6feb8871de /src/comp/back | |
| parent | f6f8a06d6bf010b8d30c23786976792cccfbd6de (diff) | |
| download | rust-866ee6ecb42e35d18bdbd89e63c45c1ccb38540b.tar.gz rust-866ee6ecb42e35d18bdbd89e63c45c1ccb38540b.zip | |
Re-enabling some tests.
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/upcall.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/back/upcall.rs b/src/comp/back/upcall.rs index 1ed0d4bbf9c..5fad90ce031 100644 --- a/src/comp/back/upcall.rs +++ b/src/comp/back/upcall.rs @@ -100,7 +100,7 @@ fn declare_upcalls(type_names tn, ModuleRef llmod) -> @upcalls { mark=d("mark", [T_ptr(T_i8())], T_int()), new_str=d("new_str", [T_ptr(T_i8()), T_size_t()], T_ptr(T_str())), - dup_str=d("dup_str", [T_ptr(T_str())], + dup_str=d("dup_str", [T_taskptr(tn), T_ptr(T_str())], T_ptr(T_str())), new_vec=d("new_vec", [T_size_t(), T_ptr(T_tydesc(tn))], T_opaque_vec_ptr()), |
