Skip to content

Commit 3508d75

Browse files
committed
---
yaml --- r: 2193 b: refs/heads/master c: 117aff8 h: refs/heads/master i: 2191: db015c0 v: v3
1 parent cbc0ea1 commit 3508d75

File tree

4 files changed

+74
-332
lines changed

4 files changed

+74
-332
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: 3b047bad6e1e33e460ead379534bb95829248a6a
2+
refs/heads/master: 117aff86884c2b6a6c8520b8bfbffdb5cadb930f

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,12 +2854,12 @@ fn target_type(@crate_ctxt cx, @ty.t t) -> @ty.t {
28542854
case (ty.ty_int) {
28552855
auto struct_ty = ty.mk_mach(cx.tystore,
28562856
cx.sess.get_targ_cfg().int_type);
2857-
ret ty.copy_cname(struct_ty, t);
2857+
ret ty.copy_cname(cx.tystore, struct_ty, t);
28582858
}
28592859
case (ty.ty_uint) {
28602860
auto struct_ty = ty.mk_mach(cx.tystore,
28612861
cx.sess.get_targ_cfg().uint_type);
2862-
ret ty.copy_cname(struct_ty, t);
2862+
ret ty.copy_cname(cx.tystore, struct_ty, t);
28632863
}
28642864
case (_) { /* fall through */ }
28652865
}

0 commit comments

Comments
 (0)