Skip to content

Commit 7dc3b99

Browse files
author
Dave Huseby
committed
---
yaml --- r: 184318 b: refs/heads/master c: 1302f28 h: refs/heads/master v: v3
1 parent d126b52 commit 7dc3b99

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,5 +1,5 @@
11
---
2-
refs/heads/master: cea7aead33606dd5566ff72e917b28310778ac29
2+
refs/heads/master: 1302f2832e516eae9da95400f8ea1717f31079c2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/librustc_back/x86_64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub fn get_target_strs(target_triple: String, target_os: abi::Os) -> target_strs
4747
s0:64:64-f80:128:128-n8:16:32:64-S128".to_string()
4848
}
4949

50-
abi::OsFreebsd | abi::OsDragonfly | abi::OsBitrig | abi::Openbsd => {
50+
abi::OsFreebsd | abi::OsDragonfly | abi::OsBitrig | abi::OsOpenbsd => {
5151
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-\
5252
f32:32:32-f64:64:64-v64:64:64-v128:128:128-a:0:64-\
5353
s0:64:64-f80:128:128-n8:16:32:64-S128".to_string()

0 commit comments

Comments
 (0)