Skip to content

Commit 8666160

Browse files
fixup some comments
1 parent 17fab7d commit 8666160

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

compiler/rustc_abi/src/map.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,16 @@ impl Default for AbiMap {
6464
riscv_interrupt: false,
6565
x86_interrupt: false,
6666

67-
// x86ish ones lack a mapping by default, but have many
67+
// optional and set by architecture
6868
efiapi: None,
69+
sysv64: None,
70+
win64: None,
71+
72+
// x86ish ones lack a mapping by default, but have many
6973
fastcall: None,
7074
stdcall: None,
71-
sysv64: None,
7275
thiscall: None,
7376
vectorcall: None,
74-
win64: None,
7577
}
7678
}
7779
}

0 commit comments

Comments
 (0)