File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b2af873b762e5241ff7ad6a4c07f2e9198ef747d
2
+ refs/heads/master: ce1466fbe5304cf50a159efdaa076495b1ccec70
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern mod rustrt {
27
27
#[ abi = "rust-intrinsic" ]
28
28
extern mod rusti {
29
29
30
- #[ cfg( stage1) ] #[ cfg( stage2) ] #[ cfg( stage3) ]
30
+ #[ cfg( stage1) ] #[ cfg( stage2) ] #[ cfg( stage3) ]
31
31
fn atomic_cxchg ( dst : & mut int , old : int , src : int ) -> int ;
32
32
fn atomic_xadd ( dst : & mut int , src : int ) -> int ;
33
33
fn atomic_xsub ( dst : & mut int , src : int ) -> int ;
@@ -38,7 +38,7 @@ type rust_port_id = uint;
38
38
39
39
type GlobalPtr = * libc:: uintptr_t ;
40
40
41
- // TODO : Remove once snapshots have atomic_cxchg
41
+ // FIXME #3527 : Remove once snapshots have atomic_cxchg
42
42
#[ cfg( stage0) ]
43
43
fn compare_and_swap ( address : & mut libc:: uintptr_t ,
44
44
oldval : libc:: uintptr_t ,
You can’t perform that action at this time.
0 commit comments