Skip to content

Commit 64614fc

Browse files
committed
---
yaml --- r: 6304 b: refs/heads/master c: 0cea109 h: refs/heads/master v: v3
1 parent 496304c commit 64614fc

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: 36ab948bfaf9f19dd830a9e802dde0a43659d981
2+
refs/heads/master: 0cea1095b19699fc652ff1f373566fc93c72d42a

trunk/src/lib/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ fn unsafe_spawn_inner(-thunk: fn@(),
298298
task unsafe {
299299
let id = rustrt::new_task();
300300

301-
let raw_thunk: {code: u32, env: u32} = cast(thunk);
301+
let raw_thunk: {code: uint, env: uint} = cast(thunk);
302302

303303
// set up the task pointer
304304
let task_ptr <- rust_task_ptr(rustrt::get_task_pointer(id));

0 commit comments

Comments
 (0)