Skip to content

Commit 25cb528

Browse files
committed
fix warning bug '.intel_syntax noprefix' in src/arch/x86_64/fncall.rs for rustc 1.55+ nightly
1 parent 73c4685 commit 25cb528

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arch/x86_64/fncall.rs

-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ mod tests {
237237
// Mock user program to dump registers at stack.
238238
global_asm!(
239239
r#"
240-
.intel_syntax noprefix
241240
dump_registers:
242241
push r15
243242
push r14

0 commit comments

Comments
 (0)