Skip to content

Commit d599ac9

Browse files
committed
---
yaml --- r: 32418 b: refs/heads/dist-snap c: d155410 h: refs/heads/master v: v3
1 parent e2fe587 commit d599ac9

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
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: 2d116cbbed3180d06446407b9cb63811853011ad
10+
refs/heads/dist-snap: d1554106742fa8c0a99cac1adc5f65aa0ce0ac62
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/dist-snap/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),

branches/dist-snap/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)