Skip to content

Commit 71d5518

Browse files
committed
---
yaml --- r: 8063 b: refs/heads/snap-stage3 c: bf250be h: refs/heads/master i: 8061: 3eaf2b4 8059: 3313fad 8055: 2035848 8047: 1c97f24 8031: 48e8077 7999: 80cca77 7935: 4c28fc5 v: v3
1 parent c40eb7b commit 71d5518

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3d0e7a7af3eeee433dd942bca01e085d7d5866a7
4+
refs/heads/snap-stage3: bf250bec7c59b52bbeb6bcb67d4b09133fd2f483
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/rt/rust_builtin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ get_task_id() {
385385
extern "C" CDECL rust_task_id
386386
new_task() {
387387
rust_task *task = rust_task_thread::get_task();
388-
return task->kernel->create_task(task, NULL);
388+
return task->sched->create_task(task, NULL);
389389
}
390390

391391
extern "C" CDECL void

0 commit comments

Comments
 (0)