Skip to content

Commit a95b4fc

Browse files
committed
---
yaml --- r: 23756 b: refs/heads/master c: d155410 h: refs/heads/master v: v3
1 parent f63e281 commit a95b4fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2d116cbbed3180d06446407b9cb63811853011ad
2+
refs/heads/master: d1554106742fa8c0a99cac1adc5f65aa0ce0ac62
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rt/rust_task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ rust_task::rust_task(rust_sched_loop *sched_loop, rust_task_state state,
2323
name(name),
2424
list_index(-1),
2525
rendezvous_ptr(0),
26-
local_region(&sched_loop->local_region),
2726
boxed(sched_loop->kernel->env, &local_region),
27+
local_region(&sched_loop->local_region),
2828
unwinding(false),
2929
cc_counter(0),
3030
total_stack_sz(0),

trunk/src/rt/rust_task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ rust_task : public kernel_owned<rust_task>
214214
// that location before waking us up.
215215
uintptr_t* rendezvous_ptr;
216216

217-
memory_region local_region;
218217
boxed_region boxed;
218+
memory_region local_region;
219219

220220
// Indicates that fail() has been called and we are cleaning up.
221221
// We use this to suppress the "killed" flag during calls to yield.

0 commit comments

Comments
 (0)