Skip to content

Commit 4c143a2

Browse files
committed
Update asm test
1 parent b83d162 commit 4c143a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn asm() {
213213
core::arch::asm!(
214214
"",
215215
out("al") _,
216-
out("bl") _,
216+
//out("bl") _, reserved by LLVM, reservation enforced by rustc
217217
out("cl") _,
218218
out("dl") _,
219219
out("sil") _,

0 commit comments

Comments
 (0)