Skip to content

Commit fb9273f

Browse files
committed
---
yaml --- r: 3081 b: refs/heads/master c: bd18860 h: refs/heads/master i: 3079: 8b9ec32 v: v3
1 parent ca96976 commit fb9273f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 36755e42dfa22d13d94d5af18e8f635a4694a4ea
2+
refs/heads/master: bd18860be713acf95933dc11aa8a5b18c0f1e1d4

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5885,7 +5885,7 @@ fn trans_ivec(@block_ctxt bcx, &vec[@ast::expr] args, &ast::ann ann)
58855885
llfirsteltptr = C_null(T_ptr(llunitty));
58865886
} else {
58875887
auto llheapsz = bcx.build.Add(llsize_of(llheapty), lllen);
5888-
rslt = trans_raw_malloc(bcx, llheapty, llheapsz);
5888+
rslt = trans_raw_malloc(bcx, T_ptr(llheapty), llheapsz);
58895889
bcx = rslt.bcx;
58905890
auto llheapptr = rslt.val;
58915891

0 commit comments

Comments
 (0)